mirror of
https://github.com/balzack/databag.git
synced 2025-02-14 12:39:17 +00:00
android not happy with bluronsubmit
This commit is contained in:
parent
e2097a892e
commit
9462738d14
@ -117,7 +117,7 @@ export function AddTopic() {
|
||||
/>
|
||||
)}
|
||||
<TextInput style={styles.input} value={state.message} onChangeText={actions.setMessage} ref={message}
|
||||
blurOnSubmit="true" onSubmitEditing={sendMessage} returnKeyType="send"
|
||||
onSubmitEditing={sendMessage} returnKeyType="send"
|
||||
autoCapitalize="sentences" placeholder="New Message" multiline={true} />
|
||||
<View style={styles.addButtons}>
|
||||
<TouchableOpacity style={styles.addButton} onPress={addImage}>
|
||||
|
@ -174,7 +174,7 @@ export function Profile() {
|
||||
supportedOrientations={['portrait', 'landscape']}
|
||||
onRequestClose={actions.hideBlockedCards}
|
||||
>
|
||||
<KeyboardAvoidingView behavior="padding" style={styles.editWrapper}>
|
||||
<KeyboardAvoidingView behavior="height" style={styles.editWrapper}>
|
||||
<View style={styles.editContainer}>
|
||||
<Text style={styles.editHeader}>Blocked Contacts:</Text>
|
||||
<View style={styles.editList}>
|
||||
@ -195,7 +195,7 @@ export function Profile() {
|
||||
supportedOrientations={['portrait', 'landscape']}
|
||||
onRequestClose={actions.hideBlockedChannels}
|
||||
>
|
||||
<KeyboardAvoidingView behavior="padding" style={styles.editWrapper}>
|
||||
<KeyboardAvoidingView behavior="height" style={styles.editWrapper}>
|
||||
<View style={styles.editContainer}>
|
||||
<Text style={styles.editHeader}>Blocked Topics:</Text>
|
||||
<View style={styles.editList}>
|
||||
@ -216,7 +216,7 @@ export function Profile() {
|
||||
supportedOrientations={['portrait', 'landscape']}
|
||||
onRequestClose={actions.hideDetailEdit}
|
||||
>
|
||||
<KeyboardAvoidingView behavior="padding" style={styles.editWrapper}>
|
||||
<KeyboardAvoidingView behavior="height" style={styles.editWrapper}>
|
||||
<View style={styles.editContainer}>
|
||||
<Text style={styles.editHeader}>Edit Details:</Text>
|
||||
<View style={styles.inputField}>
|
||||
@ -249,7 +249,7 @@ export function Profile() {
|
||||
supportedOrientations={['portrait', 'landscape']}
|
||||
onRequestClose={actions.hideLoginEdit}
|
||||
>
|
||||
<KeyboardAvoidingView behavior="padding" style={styles.editWrapper}>
|
||||
<KeyboardAvoidingView behavior="height" style={styles.editWrapper}>
|
||||
<View style={styles.editContainer}>
|
||||
<Text style={styles.editHeader}>Change Login:</Text>
|
||||
<View style={styles.inputField}>
|
||||
|
Loading…
Reference in New Issue
Block a user