mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 06:59:31 +01:00
cleanup
This commit is contained in:
@@ -55,7 +55,7 @@ const SimpleList = ({
|
||||
);
|
||||
const insets = useSafeAreaInsets();
|
||||
|
||||
const {width, fontScale} = useWindowDimensions();
|
||||
const {width, fontScale,height} = useWindowDimensions();
|
||||
|
||||
const listData = data;
|
||||
const dataType = type;
|
||||
@@ -131,7 +131,7 @@ const SimpleList = ({
|
||||
style={[
|
||||
{
|
||||
backgroundColor: colors.bg,
|
||||
height: dHeight - 250 - insets.top,
|
||||
height: height - 250 - insets.top,
|
||||
width: '100%',
|
||||
},
|
||||
]}>
|
||||
|
||||
Reference in New Issue
Block a user