Minor change

This commit is contained in:
ashilkn 2023-01-27 18:06:52 +05:30
parent bebcb720cc
commit 5232047d20

View file

@ -471,6 +471,7 @@ Future<bool> shouldProceedWithDeletion(BuildContext context) async {
body:
"Some of the files you are trying to delete are only available on your device and cannot be recovered if deleted",
firstButtonLabel: "Delete",
isCritical: true,
);
if (choice == null) {
return false;