mirror of
https://github.com/balzack/databag.git
synced 2025-03-13 00:50:03 +00:00
added notice for long delay
This commit is contained in:
parent
4485de7731
commit
81ededf1bb
@ -356,6 +356,7 @@ export function ProfileBody({ navigation }) {
|
||||
</TouchableOpacity>
|
||||
</View>
|
||||
)}
|
||||
<Text style={styles.notice}>saving can take a minute</Text>
|
||||
</>
|
||||
)}
|
||||
{ state.sealMode === 'disabling' && (
|
||||
|
@ -11,6 +11,12 @@ export const styles = StyleSheet.create({
|
||||
justifyContent: 'center',
|
||||
paddingTop: 32,
|
||||
},
|
||||
notice: {
|
||||
color: Colors.grey,
|
||||
fontStyle: 'italic',
|
||||
textAlign: 'center',
|
||||
paddingBottom: 8,
|
||||
},
|
||||
icon: {
|
||||
paddingTop: 2,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user