mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
fix: error on navigating back from backup selection page (#20299)
Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
This commit is contained in:
parent
3a5d82f790
commit
7c36cbaf0f
1 changed files with 0 additions and 1 deletions
|
|
@ -83,7 +83,6 @@ class _DriftBackupAlbumSelectionPageState extends ConsumerState<DriftBackupAlbum
|
|||
if (didPop && !_hasPopped) {
|
||||
_hasPopped = true;
|
||||
|
||||
super.initState();
|
||||
final currentUser = ref.read(currentUserProvider);
|
||||
if (currentUser == null) {
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue