Skip to content

Commit

Permalink
homeview edge case
Browse files Browse the repository at this point in the history
  • Loading branch information
gkartalis committed Oct 29, 2024
1 parent 56c7aeb commit 32949ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/Scenes/Home/HomeContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const InnerHomeContainer = () => {
await navigate("/art-quiz")
}

useSwitchStatusBarStyle("light-content", "dark-content")
useSwitchStatusBarStyle("dark-content", "dark-content")

useEffect(() => {
if (artQuizState === "incomplete" && isNavigationReady) {
Expand Down

0 comments on commit 32949ab

Please sign in to comment.