mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
fixes #310 back button navigation
This commit is contained in:
parent
c271f0c224
commit
a3ca5307a5
3 changed files with 13 additions and 6 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue