FIX: backup screen would flash during loading on dark mode

This commit is contained in:
marcosrdz 2020-12-14 22:27:36 -05:00 committed by Overtorment
parent ed460c75e4
commit 04c27ec84c

View file

@ -64,7 +64,7 @@ const PleaseBackup = () => {
};
return isLoading ? (
<View style={styles.loading}>
<View style={[styles.loading, stylesHook.flex]}>
<ActivityIndicator />
</View>
) : (
@ -99,7 +99,7 @@ const styles = StyleSheet.create({
},
loading: {
flex: 1,
paddingTop: 20,
justifyContent: 'center',
},
word: {
marginRight: 8,