From da823217813875822cb10f44d1724bffccbb051e Mon Sep 17 00:00:00 2001 From: tapframe Date: Thu, 14 Aug 2025 13:18:54 +0530 Subject: [PATCH] some changes --- src/screens/StreamsScreen.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/screens/StreamsScreen.tsx b/src/screens/StreamsScreen.tsx index 1739886..6a30f8e 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,