fixes #310 back button navigation

This commit is contained in:
Zeeshan Khan 2022-10-17 13:04:17 -05:00
parent c271f0c224
commit a3ca5307a5
3 changed files with 13 additions and 6 deletions

View file

@ -228,7 +228,7 @@ class LoginButton extends ConsumerWidget {
AutoRouter.of(context).push(const ChangePasswordRoute());
} else {
ref.watch(backupProvider.notifier).resumeBackup();
AutoRouter.of(context).pushNamed("/tab-controller-page");
AutoRouter.of(context).replace(const TabControllerRoute());
}
} else {
ImmichToast.show(