fix ios staus bar icon colors

This commit is contained in:
Salvatore Giordano
2020-10-29 12:24:40 +01:00
parent 1bd883caf3
commit c9c790e120
9 changed files with 79 additions and 100 deletions
+4
View File
@@ -14,6 +14,10 @@ import Flutter
sharedDefaults?.removeObject(forKey: "messageQueue")
}
if #available(iOS 10.0, *) {
UNUserNotificationCenter.current().delegate = self
}
GeneratedPluginRegistrant.register(with: self)
return super.application(application, didFinishLaunchingWithOptions: launchOptions)
}
+4
View File
@@ -58,5 +58,9 @@
<array>
<string>remote-notification</string>
</array>
<key>UIUserInterfaceStyle</key>
<string>Light</string>
<key>UIViewControllerBasedStatusBarAppearance</key>
<true/>
</dict>
</plist>