-
Notifications
You must be signed in to change notification settings - Fork 3.6k
[google_sign_in_ios][UIScene] Migrate to UIScene #10960
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 14 commits
6ec60fb
a8acf64
dcc4474
45e02d6
8d5c342
e86344a
3325a0e
ab879f6
d2054ab
11e1002
7460cf5
3985864
c4ac1d2
d141842
d347259
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -28,6 +28,9 @@ - (UIViewController *)viewController { | |
| #pragma clang diagnostic ignored "-Wdeprecated-declarations" | ||
| // TODO(stuartmorgan) Provide a non-deprecated codepath. See | ||
| // https://github.com/flutter/flutter/issues/104117 | ||
| #if TARGET_OS_IOS | ||
| return self.registrar.viewController; | ||
| #endif | ||
|
||
| return UIApplication.sharedApplication.keyWindow.rootViewController; | ||
| #pragma clang diagnostic pop | ||
| } | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.