mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 03:29:16 +00:00
removing channel push option
This commit is contained in:
parent
97ec0067fc
commit
2f723f3759
@ -67,7 +67,7 @@ export function Conversation({ navigation, cardId, channelId, closeConversation,
|
|||||||
}, []);
|
}, []);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<KeyboardAvoidingView behavior={Platform.OS === 'ios' ? 'padding' : 'height'} keyboardVerticalOffset={navigation ? 100 : 0}>
|
<KeyboardAvoidingView behavior={Platform.OS === 'ios' ? 'padding' : 'height'} keyboardVerticalOffset={navigation ? Platform.OS === 'ios' ? 72 : 100 : 0}>
|
||||||
<View style={styles.container}>
|
<View style={styles.container}>
|
||||||
{ !navigation && (
|
{ !navigation && (
|
||||||
<View style={styles.header}>
|
<View style={styles.header}>
|
||||||
|
@ -105,18 +105,6 @@ export function Details({ channel, clearConversation }) {
|
|||||||
</View>
|
</View>
|
||||||
</View>
|
</View>
|
||||||
|
|
||||||
<View style={styles.controls}>
|
|
||||||
<View style={styles.notify}>
|
|
||||||
<TouchableOpacity onPress={() => setNotifications(!state.notification)} activeOpacity={1}>
|
|
||||||
<Text style={styles.notifyText}>{ state.strings.enableNotifications }</Text>
|
|
||||||
</TouchableOpacity>
|
|
||||||
{ state.notification != null && (
|
|
||||||
<Switch value={state.notification} style={Platform.OS==='ios' ? styles.visibleSwitch : {}} thumbColor={Colors.sliderGrip}
|
|
||||||
ios_backgroundColor={Colors.idleFill} trackColor={styles.track} onValueChange={setNotifications} />
|
|
||||||
)}
|
|
||||||
</View>
|
|
||||||
</View>
|
|
||||||
|
|
||||||
<View style={styles.control}>
|
<View style={styles.control}>
|
||||||
{ busy && (
|
{ busy && (
|
||||||
<ActivityIndicator animating={true} color={Colors.text} size={'large'} />
|
<ActivityIndicator animating={true} color={Colors.text} size={'large'} />
|
||||||
|
2
todo
2
todo
@ -4,8 +4,6 @@ registry showing stale handle for unknown contact
|
|||||||
show disabled notifications if node disabled
|
show disabled notifications if node disabled
|
||||||
warn if federated hostname fails
|
warn if federated hostname fails
|
||||||
|
|
||||||
channel detail notifications
|
|
||||||
block restore activity
|
block restore activity
|
||||||
use apn for ios
|
use apn for ios
|
||||||
stylize splash screen
|
stylize splash screen
|
||||||
use dot indicator for non-connected contact
|
|
||||||
|
Loading…
Reference in New Issue
Block a user