mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 23:27:26 +01:00
Update signVerify.js
This commit is contained in:
parent
3e8635899b
commit
16910ab5a9
1 changed files with 1 additions and 1 deletions
|
@ -145,6 +145,7 @@ const SignVerify = () => {
|
|||
|
||||
return (
|
||||
<SafeBlueArea style={[styles.root, stylesHooks.root]}>
|
||||
<StatusBar barStyle="light-content" />
|
||||
<TouchableWithoutFeedback onPress={Keyboard.dismiss} accessible={false}>
|
||||
<KeyboardAvoidingView style={[styles.root, stylesHooks.root]}>
|
||||
{!isKeyboardVisible && (
|
||||
|
@ -261,7 +262,6 @@ const SignVerify = () => {
|
|||
/>
|
||||
),
|
||||
})}
|
||||
<StatusBar barStyle="light-content" />
|
||||
</KeyboardAvoidingView>
|
||||
</TouchableWithoutFeedback>
|
||||
</SafeBlueArea>
|
||||
|
|
Loading…
Add table
Reference in a new issue