mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 18:00:17 +01:00
FIX: Unable to scroll wallets list
This commit is contained in:
parent
9daf8921cd
commit
57a74629d3
@ -141,7 +141,7 @@ const DrawerList: React.FC<DrawerListProps> = memo(({ navigation }) => {
|
||||
|
||||
return (
|
||||
<DrawerContentScrollView
|
||||
contentContainerStyle={[styles.root, stylesHook.root]}
|
||||
contentContainerStyle={stylesHook.root}
|
||||
contentInsetAdjustmentBehavior="automatic"
|
||||
automaticallyAdjustContentInsets={true}
|
||||
showsHorizontalScrollIndicator={false}
|
||||
@ -164,9 +164,3 @@ const DrawerList: React.FC<DrawerListProps> = memo(({ navigation }) => {
|
||||
});
|
||||
|
||||
export default DrawerList;
|
||||
|
||||
const styles = StyleSheet.create({
|
||||
root: {
|
||||
flex: 1,
|
||||
},
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user