diff --git a/src/screens/StreamsScreen.tsx b/src/screens/StreamsScreen.tsx index 173988642..6a30f8e8f 100644 --- a/src/screens/StreamsScreen.tsx +++ b/src/screens/StreamsScreen.tsx @@ -1435,7 +1435,7 @@ export const StreamsScreen = () => { StyleSheet.create({ top: 0, left: 0, right: 0, - zIndex: 9999, + zIndex: 2, pointerEvents: 'box-none', }, backButton: { @@ -1673,7 +1673,7 @@ const createStyles = (colors: any) => StyleSheet.create({ alignItems: 'center', gap: 8, padding: 14, - paddingTop: 0, + paddingTop: Platform.OS === 'android' ? 45 : 15, }, backButtonText: { color: colors.highEmphasis,