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
  • Loading branch information
marcaaron authored May 9, 2024
2 parents 2e8644a + faf6c04 commit a1580b3
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 a1580b3

Please sign in to comment.