Skip to content

Commit 7e56209

Browse files
committed
fix(toast): show toast above bottom sheet backdrop on Android
1 parent aa84e76 commit 7e56209

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/_layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ export default function Layout() {
119119
<BottomSheetModalProvider>
120120
<RootNavigator />
121121
{Platform.OS === 'android' && <StatusBar style="auto" />}
122-
<AppToast />
123122
</BottomSheetModalProvider>
123+
<AppToast />
124124
</KeyboardProvider>
125125
</VectorStoreProvider>
126126
<SplashScreenAnimation />

0 commit comments

Comments
 (0)