Skip to content

Commit

Permalink
Fix iOS status bar icon colors (#288)
Browse files Browse the repository at this point in the history
UIUserInterfaceStyle has been set to Light because the launch splash
always has a white background.
After splashscreen the statusbar icon colors gets correctly set by
AppBarTheme.brightness
  • Loading branch information
augustozanellato authored Sep 28, 2023
1 parent b8807c3 commit 7bc3e84
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion chameleonultragui/ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@
<string>UIInterfaceOrientationPortraitUpsideDown</string>
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<true/>
<key>UIUserInterfaceStyle</key>
<string>Light</string>
</dict>
</plist>

0 comments on commit 7bc3e84

Please sign in to comment.