Skip to content

Commit

Permalink
Merge pull request #886 from ambrosus/AMB-5151
Browse files Browse the repository at this point in the history
fix: solve twitching keyboard when import wallet
  • Loading branch information
ArturHoncharuk authored Dec 16, 2024
2 parents ac03d7e + bf096ba commit d6b0441
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ export const ImportWallet = () => {
enableOnAndroid
enableAutomaticScroll
scrollToOverflowEnabled={false}
keyboardOpeningTime={Number.MAX_SAFE_INTEGER}
>
<KeyboardDismissingView style={styles.container}>
<View style={styles.descriptionWrapper}>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export const RenderWords = ({
>
<View style={styles.container}>
<InputWithIcon
blurOnSubmit={false}
ref={inputs.current[i]}
value={mnemonicWords[i]}
style={{ paddingLeft: scale(i + 1 > 9 ? 17 : 10) }}
Expand Down

0 comments on commit d6b0441

Please sign in to comment.