Skip to content

Commit 1c4d5de

Browse files
committed
remove development override
1 parent 78331ae commit 1c4d5de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/RecoveryKeySaver.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ const RecoveryKeySaver = () => {
122122
)
123123

124124
return (
125-
<Modal visible={!open} transparent={true} animationType="fade" onRequestClose={onAbandon}>
125+
<Modal visible={open} transparent={true} animationType="fade" onRequestClose={onAbandon}>
126126
<TouchableWithoutFeedback onPress={Keyboard.dismiss}>
127127
<View style={[styles.modalContainer, { backgroundColor: 'rgba(0,0,0,0.5)' }]}>
128128
<KeyboardAvoidingView behavior={Platform.OS === 'ios' ? 'padding' : 'height'} style={styles.keyboardAvoid}>

0 commit comments

Comments
 (0)