瀏覽代碼

Fix background color for dialog

Vishnu Mohandas 4 年之前
父節點
當前提交
2dff31e405
共有 1 個文件被更改,包括 1 次插入0 次删除
  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;