mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-03 20:07:11 +01:00
FIX: Input field to rename wallet is covered when typing #1356
This commit is contained in:
parent
a33d4ab454
commit
c0957ff9da
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ export default class WalletDetails extends Component {
|
|||
<SafeBlueArea style={styles.root}>
|
||||
<StatusBar barStyle="default" />
|
||||
<TouchableWithoutFeedback onPress={Keyboard.dismiss} accessible={false}>
|
||||
<KeyboardAvoidingView behavior="position">
|
||||
<KeyboardAvoidingView behavior={Platform.OS === 'ios' ? 'position' : null}>
|
||||
<ScrollView contentContainerStyle={styles.scrollViewContent}>
|
||||
<BlueCard style={styles.address}>
|
||||
{(() => {
|
||||
|
|
Loading…
Add table
Reference in a new issue