mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 22:49:45 +01:00
fix selection header on android
This commit is contained in:
@@ -44,12 +44,9 @@ export const SelectionHeader = () => {
|
||||
style={{
|
||||
width: '100%',
|
||||
position: 'absolute',
|
||||
height:
|
||||
Platform.OS === 'android'
|
||||
? 100 + StatusBar.currentHeight
|
||||
: insets.top * 2.1,
|
||||
height:50,
|
||||
backgroundColor: colors.bg,
|
||||
paddingTop: Platform.OS === 'ios' ? 0 : StatusBar.currentHeight,
|
||||
marginTop: insets.top,
|
||||
justifyContent: 'flex-end',
|
||||
zIndex: 999,
|
||||
paddingHorizontal: 12,
|
||||
|
||||
Reference in New Issue
Block a user