Update dependencies

This commit is contained in:
problematicconsumer
2023-08-20 15:34:19 +03:30
parent edf2279b20
commit fa352051cf
4 changed files with 103 additions and 100 deletions

View File

@@ -18,7 +18,7 @@ class MobileWrapper extends HookConsumerWidget {
final t = ref.watch(translationsProvider);
final currentIndex = getCurrentIndex(context);
final location = GoRouterState.of(context).location;
final location = GoRouterState.of(context).uri.path;
return Scaffold(
key: RootScaffold.stateKey,