Skip to content

Commit 7c36cba

Browse files
fix: error on navigating back from backup selection page (#20299)
Co-authored-by: shenlong-tanwen <[email protected]>
1 parent 3a5d82f commit 7c36cba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mobile/lib/pages/backup/drift_backup_album_selection.page.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ class _DriftBackupAlbumSelectionPageState extends ConsumerState<DriftBackupAlbum
8383
if (didPop && !_hasPopped) {
8484
_hasPopped = true;
8585

86-
super.initState();
8786
final currentUser = ref.read(currentUserProvider);
8887
if (currentUser == null) {
8988
return;

0 commit comments

Comments
 (0)