Skip to content

Commit

Permalink
remove dupplicate offline Indicator at sign in modal
Browse files Browse the repository at this point in the history
  • Loading branch information
suneox committed Feb 28, 2024
1 parent 9260524 commit 5af7d7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/signin/SignInModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ function SignInModal() {
style={[StyleUtils.getBackgroundColorStyle(theme.PAGE_THEMES[SCREENS.RIGHT_MODAL.SIGN_IN].backgroundColor)]}
includeSafeAreaPaddingBottom={false}
shouldEnableMaxHeight
shouldShowOfflineIndicator={false}
testID={SignInModal.displayName}
>
<HeaderWithBackButton onBackButtonPress={() => Navigation.goBack()} />
Expand Down

0 comments on commit 5af7d7e

Please sign in to comment.