Skip to content

Commit

Permalink
Remove orientation check and set translucent for consistent status ba…
Browse files Browse the repository at this point in the history
…r color
  • Loading branch information
Dashwave authored and burnerlee committed Nov 28, 2024
1 parent 296f8b4 commit 3e759fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/ZulipStatusBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
<StatusBar
animated
Expand Down

0 comments on commit 3e759fe

Please sign in to comment.