Skip to content

Commit

Permalink
Merge pull request #9284 from Expensify/revert-9210-fix-status-bar
Browse files Browse the repository at this point in the history
Revert "Fix status bar color when a modal is open"
  • Loading branch information
luacmartins committed Jun 1, 2022
2 parents 3493f3c + 171d0cd commit 026e4cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Modal/BaseModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ class BaseModal extends PureComponent {
);
return (
<ReactNativeModal
statusBarTranslucent
onBackdropPress={(e) => {
if (e && e.type === 'keydown' && e.key === 'Enter') {
return;
Expand Down

0 comments on commit 026e4cd

Please sign in to comment.