Skip to content

Commit

Permalink
Merge pull request #41871 from Expensify/marcaaron-fixIOSBuild
Browse files Browse the repository at this point in the history
[CP Staging] Fix typo

(cherry picked from commit a1580b3)
  • Loading branch information
marcaaron authored and OSBotify committed May 9, 2024
1 parent 014e486 commit 45d75e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ type CustomStatusBarAndBackgroundContextType = {
setRootStatusBarEnabled: (isEnabled: boolean) => void;
};

// Signin page has its seperate Statusbar and ThemeProvider, so when user is on the SignInPage we need to disable the root statusbar so there is no double status bar in component stack, first in Root and other in SignInPage
// Signin page has its separate Statusbar and ThemeProvider, so when user is on the SignInPage we need to disable the root statusbar so there is no double status bar in component stack, first in Root and other in SignInPage
const CustomStatusBarAndBackgroundContext = createContext<CustomStatusBarAndBackgroundContextType>({isRootStatusBarEnabled: true, setRootStatusBarEnabled: () => undefined});

export default CustomStatusBarAndBackgroundContext;
Expand Down

0 comments on commit 45d75e1

Please sign in to comment.