Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
myslaf committed May 23, 2024
1 parent ca31744 commit ccbb462
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ const App = () => {

useEffect(() => {
if (isMobilePlatform) {
// fix for status bar color
// https://stackoverflow.com/questions/76578218/how-to-change-the-colour-of-carrier-and-clock-in-ios-and-android-with-ionic/77426871#77426871
StatusBar.setBackgroundColor({ color: "#FFFFFF" });
}
}, []);
Expand Down

0 comments on commit ccbb462

Please sign in to comment.