diff --git a/src/common/ZulipStatusBar.js b/src/common/ZulipStatusBar.js index e6a3e2b..ec18c06 100644 --- a/src/common/ZulipStatusBar.js +++ b/src/common/ZulipStatusBar.js @@ -53,6 +53,7 @@ export default function ZulipStatusBar(props: Props): Node { const backgroundColor = props.backgroundColor; const statusBarColor = getStatusBarColor(backgroundColor, themeToUse); + // Removed orientation check to ensure status bar is visible in both portrait and landscape return (