fix: close button modals

This commit is contained in:
Fredrik Burmester
2026-01-18 14:14:23 +01:00
parent ec653cae15
commit 60dd00ad7e
4 changed files with 243 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ import * as BackgroundTask from "expo-background-task";
import * as Device from "expo-device";
import { Platform } from "react-native";
import { GlobalModal } from "@/components/GlobalModal";
import i18n from "@/i18n";
import { DownloadProvider } from "@/providers/DownloadProvider";
import { GlobalModalProvider } from "@/providers/GlobalModalProvider";
@@ -443,7 +444,7 @@ function Layout() {
}}
closeButton
/>
<GlobalModal />
{!Platform.isTV && <GlobalModal />}
</ThemeProvider>
</IntroSheetProvider>
</BottomSheetModalProvider>