fix: avoid poping of delete dialog to avoid poping of main screen
This commit is contained in:
@@ -202,8 +202,7 @@ class _AlbumSelectionActionWidgetState
|
||||
nonEmptyCollection,
|
||||
);
|
||||
if (result == false) {
|
||||
// Navigator.of(context).pop();
|
||||
debugPrint("No pop");
|
||||
debugPrint("Failed to delete collection");
|
||||
}
|
||||
}
|
||||
if (hasFavorites) {
|
||||
|
||||
Reference in New Issue
Block a user