mirror of
https://github.com/balzack/databag.git
synced 2025-02-14 12:39:17 +00:00
fixing bad param for android
This commit is contained in:
parent
1b3c606c5b
commit
ea9bad3a48
@ -368,7 +368,7 @@ export function ProfileBody({ navigation }) {
|
|||||||
)}
|
)}
|
||||||
{ state.sealMode === 'unlocked' && (
|
{ state.sealMode === 'unlocked' && (
|
||||||
<View style={styles.inputField}>
|
<View style={styles.inputField}>
|
||||||
<TextInput style={styles.input} value={'xxxxxxxx'} editable="false" secureTextEntry={true} />
|
<TextInput style={styles.input} value={'xxxxxxxx'} editable={false} secureTextEntry={true} />
|
||||||
<Ionicons style={styles.icon} name="eyeo" size={18} color="#888888" />
|
<Ionicons style={styles.icon} name="eyeo" size={18} color="#888888" />
|
||||||
<TouchableOpacity style={styles.sealUpdate} onPress={actions.updateSeal} />
|
<TouchableOpacity style={styles.sealUpdate} onPress={actions.updateSeal} />
|
||||||
</View>
|
</View>
|
||||||
|
Loading…
Reference in New Issue
Block a user