Skip to content

Commit

Permalink
Merge pull request #20957 from gadhiyamanan/fix-20491
Browse files Browse the repository at this point in the history
fix copy button does not work on the first click
  • Loading branch information
srikarparsi authored Jun 19, 2023
2 parents a741576 + 92783c3 commit 238e8be
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/pages/settings/Security/TwoFactorAuth/VerifyPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,10 @@ function VerifyPage(props) {
onBackButtonPress={() => Navigation.goBack(ROUTES.SETTINGS_2FA_CODES)}
/>
<FullPageOfflineBlockingView>
<ScrollView style={styles.mb5}>
<ScrollView
style={styles.mb5}
keyboardShouldPersistTaps="handled"
>
<View style={[styles.ph5, styles.mt3]}>
<Text>
{props.translate('twoFactorAuth.scanCode')}
Expand Down

0 comments on commit 238e8be

Please sign in to comment.