From 72dc508cb7f678df50ebb41db9adbcf826ed6975 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Thu, 9 Jan 2025 15:34:00 -0600 Subject: Move intent dialogs inside Alf, but above intent handlers (#7416) --- src/App.web.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/App.web.tsx') diff --git a/src/App.web.tsx b/src/App.web.tsx index 8a2e13600..f0fb87a31 100644 --- a/src/App.web.tsx +++ b/src/App.web.tsx @@ -129,8 +129,10 @@ function InnerApp() { - - + + + + @@ -187,11 +189,9 @@ function App() { - - - - - + + + -- cgit 1.4.1