mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 15:20:55 +01:00
Update addresses.js
This commit is contained in:
parent
dfdc187253
commit
aeee347182
1 changed files with 1 additions and 5 deletions
|
@ -117,7 +117,7 @@ const WalletAddresses = () => {
|
|||
};
|
||||
|
||||
return (
|
||||
<View style={[showAddresses ? styles.root : styles.loading, stylesHook.root]}>
|
||||
<View style={[styles.root, stylesHook.root]}>
|
||||
<StatusBar barStyle="default" />
|
||||
<FlatList
|
||||
contentContainerStyle={stylesHook.root}
|
||||
|
@ -144,8 +144,4 @@ const styles = StyleSheet.create({
|
|||
root: {
|
||||
flex: 1,
|
||||
},
|
||||
loading: {
|
||||
flex: 1,
|
||||
justifyContent: 'center',
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue