Skip to content

Commit a96aa47

Browse files
committed
fix issue not remove file when user remove temporal files
1 parent 119912b commit a96aa47

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

example/lib/src/file_picker_demo.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,8 @@ class _FilePickerDemoState extends State<FilePickerDemo> {
288288

289289
setState(() {
290290
_isLoading = true;
291-
_userAborted = false;
291+
pickedFiles = null;
292+
_userAborted = true;
292293
});
293294
}
294295

0 commit comments

Comments
 (0)