Minor change
This commit is contained in:
parent
bebcb720cc
commit
5232047d20
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue