Skip to content

Commit

Permalink
Merge pull request #52657 from bernhardoj/fix/51998-part-of-the-signi…
Browse files Browse the repository at this point in the history
…n-magic-code-screen-is-blank

#2 - Fix blank space is shown on iOS safari when magic code screen show
  • Loading branch information
luacmartins authored Nov 18, 2024
2 parents bd6c90d + d2323b4 commit af42423
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/signin/SignInPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,6 @@ function SignInPage({credentials, account, activeClients = [], preferredLocale,
<ScreenWrapper
shouldShowOfflineIndicator={false}
shouldEnableMaxHeight={shouldEnableMaxHeight}
shouldUseCachedViewportHeight
style={[styles.signInPage, StyleUtils.getSafeAreaPadding({...safeAreaInsets, bottom: 0, top: isInNarrowPaneModal ? 0 : safeAreaInsets.top}, 1)]}
testID={SignInPageThemeWrapper.displayName}
>
Expand Down

0 comments on commit af42423

Please sign in to comment.