Fix background color for dialog
This commit is contained in:
parent
a97b978848
commit
2dff31e405
1 changed files with 1 additions and 0 deletions
|
@ -195,6 +195,7 @@ Future<List<String>> _deleteLocalFilesInBatches(
|
|||
builder: (context) {
|
||||
return dialog;
|
||||
},
|
||||
barrierColor: Colors.black.withOpacity(0.85),
|
||||
);
|
||||
const minimumParts = 10;
|
||||
const minimumBatchSize = 1;
|
||||
|
|
Loading…
Reference in a new issue