Skip to content

Commit be9abe8

Browse files
authored
Merge pull request #1226 from StoDevX/status-bar-text
Make statusbar text visible and light
2 parents e8e6ee6 + 6574b58 commit be9abe8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ios/AllAboutOlaf/Info.plist

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,9 @@
9999
<string>armv7</string>
100100
</array>
101101
<key>UIStatusBarHidden</key>
102-
<true/>
102+
<false/>
103+
<key>UIStatusBarStyle</key>
104+
<string>UIStatusBarStyleLightContent</string>
103105
<key>UISupportedInterfaceOrientations</key>
104106
<array>
105107
<string>UIInterfaceOrientationPortrait</string>

0 commit comments

Comments
 (0)