fix: avoid poping of delete dialog to avoid poping of main screen

This commit is contained in:
Aman Raj Singh Mourya
2025-05-16 14:39:56 +05:30
parent cae9988c9a
commit 793fd5ba39

View File

@@ -202,8 +202,7 @@ class _AlbumSelectionActionWidgetState
nonEmptyCollection,
);
if (result == false) {
// Navigator.of(context).pop();
debugPrint("No pop");
debugPrint("Failed to delete collection");
}
}
if (hasFavorites) {