Browse Source

Fix background color for dialog

Vishnu Mohandas 4 years ago
parent
commit
2dff31e405
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lib/utils/delete_file_util.dart

+ 1 - 0
lib/utils/delete_file_util.dart

@@ -195,6 +195,7 @@ Future<List<String>> _deleteLocalFilesInBatches(
     builder: (context) {
       return dialog;
     },
+    barrierColor: Colors.black.withOpacity(0.85),
   );
   const minimumParts = 10;
   const minimumBatchSize = 1;