Skip to content

Commit

Permalink
Merge pull request #57247 from software-mansion-labs/fix/keyboard-avo…
Browse files Browse the repository at this point in the history
…iding-view

Fix that input was hidden under the keyboard
  • Loading branch information
robertjchen authored Feb 21, 2025
2 parents ca0d085 + 20fe09c commit 62a9fb3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/settings/Security/TwoFactorAuth/VerifyPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ function VerifyPage({route}: VerifyPageProps) {

return (
<TwoFactorAuthWrapper
shouldEnableKeyboardAvoidingView={false}
stepName={CONST.TWO_FACTOR_AUTH_STEPS.VERIFY}
title={translate('twoFactorAuth.headerTitle')}
stepCounter={{
Expand Down

0 comments on commit 62a9fb3

Please sign in to comment.