mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-03 12:06:21 +01:00
Merge pull request #6302 from BlueWallet/drawerlistscroll
FIX: Unable to scroll wallets list
This commit is contained in:
commit
b051fa662c
1 changed files with 1 additions and 7 deletions
|
@ -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…
Add table
Reference in a new issue