From 4f3c512a1276d9abd41fda209c9f842137bd1e3a Mon Sep 17 00:00:00 2001 From: Samil Abud Date: Mon, 29 Apr 2024 11:50:08 -0400 Subject: [PATCH] Fixed login get off when magnfier is in use --- src/pages/signin/SignInPageLayout/index.tsx | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/pages/signin/SignInPageLayout/index.tsx b/src/pages/signin/SignInPageLayout/index.tsx index 3532c17181d..c5a66408d0d 100644 --- a/src/pages/signin/SignInPageLayout/index.tsx +++ b/src/pages/signin/SignInPageLayout/index.tsx @@ -14,6 +14,7 @@ import useStyleUtils from '@hooks/useStyleUtils'; import useTheme from '@hooks/useTheme'; import useThemeStyles from '@hooks/useThemeStyles'; import useWindowDimensions from '@hooks/useWindowDimensions'; +import * as Browser from '@libs/Browser'; import variables from '@styles/variables'; import CONST from '@src/CONST'; import BackgroundImage from './BackgroundImage'; @@ -144,7 +145,15 @@ function SignInPageLayout( keyboardShouldPersistTaps="handled" ref={scrollViewRef} > - +