From 793fd5ba391c7fd8c81a60bb71c6efb50560d65e Mon Sep 17 00:00:00 2001 From: Aman Raj Singh Mourya Date: Fri, 16 May 2025 14:39:56 +0530 Subject: [PATCH] fix: avoid poping of delete dialog to avoid poping of main screen --- .../lib/ui/viewer/actions/album_selection_action_widget.dart | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mobile/lib/ui/viewer/actions/album_selection_action_widget.dart b/mobile/lib/ui/viewer/actions/album_selection_action_widget.dart index abf4c496d9..8d6546cb44 100644 --- a/mobile/lib/ui/viewer/actions/album_selection_action_widget.dart +++ b/mobile/lib/ui/viewer/actions/album_selection_action_widget.dart @@ -202,8 +202,7 @@ class _AlbumSelectionActionWidgetState nonEmptyCollection, ); if (result == false) { - // Navigator.of(context).pop(); - debugPrint("No pop"); + debugPrint("Failed to delete collection"); } } if (hasFavorites) {