Skip to content

Commit

Permalink
persist keyboard
Browse files Browse the repository at this point in the history
  • Loading branch information
voloshinskii committed May 13, 2024
1 parent dcc2391 commit b8233fe
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/mobile/src/core/BatterySend/BatterySend.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,11 @@ export const BatterySend: React.FC<BatterySendProps> = ({ route }) => {
isModal
title={'Recharge'}
/>
<Screen.ScrollView keyboardAvoiding withBottomInset>
<Screen.ScrollView
keyboardShouldPersistTaps="handled"
keyboardAvoiding
withBottomInset
>
<Spacer y={8} />
<View style={styles.contentContainer}>
{!initialRecipientAddress ? (
Expand Down

0 comments on commit b8233fe

Please sign in to comment.