Fix intro routing bug

This commit is contained in:
problematicconsumer
2023-12-09 15:32:06 +03:30
parent 8bd9cef5ca
commit f15ba999d9
2 changed files with 2 additions and 2 deletions

View File

@@ -40,6 +40,7 @@ GoRouter router(RouterRef ref) {
debugLogDiagnostics: true,
routes: [
if (useMobileRouter) $mobileWrapperRoute else $desktopWrapperRoute,
$introRoute,
],
refreshListenable: notifier,
redirect: notifier.redirect,