We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a303ad commit 40f9c42Copy full SHA for 40f9c42
packages/share_plus/share_plus/ios/share_plus/Sources/share_plus/FPPSharePlusPlugin.m
@@ -7,7 +7,7 @@
7
8
static NSString *const PLATFORM_CHANNEL = @"dev.fluttercommunity.plus/share";
9
10
-static UIViewController *RootViewController() {
+static UIViewController *RootViewController(void) {
11
if (@available(iOS 13, *)) { // UIApplication.keyWindow is deprecated
12
NSSet *scenes = [[UIApplication sharedApplication] connectedScenes];
13
for (UIScene *scene in scenes) {
0 commit comments