From 04a2a227fc8bdd2a5d145ccf208b3a00e7a6f80a Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Wed, 18 Jun 2025 15:39:58 -0500 Subject: Revert "Move dialog outputs inside navigation context (#8511)" (#8531) --- src/App.native.tsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/App.native.tsx') diff --git a/src/App.native.tsx b/src/App.native.tsx index 45021da22..81d4a870e 100644 --- a/src/App.native.tsx +++ b/src/App.native.tsx @@ -64,6 +64,7 @@ import {Shell} from '#/view/shell' import {ThemeProvider as Alf} from '#/alf' import {useColorModeTheme} from '#/alf/util/useColorModeTheme' import {Provider as ContextMenuProvider} from '#/components/ContextMenu' +import {NuxDialogs} from '#/components/dialogs/nuxs' import {useStarterPackEntry} from '#/components/hooks/useStarterPackEntry' import {Provider as IntentDialogProvider} from '#/components/intents/IntentDialogs' import {Provider as PortalProvider} from '#/components/Portal' @@ -156,6 +157,7 @@ function InnerApp() { + -- cgit 1.4.1