Skip to content

Commit 1ea3ea6

Browse files
committed
KB file modified
1 parent c8afe4a commit 1ea3ea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/helper/save_file_mobile_desktop.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Future<void> saveAndLaunchFile(List<int> bytes, String fileName) async {
1717
if (Platform.isAndroid) {
1818
final Directory? directory =
1919
await path_provider.getExternalStorageDirectory();
20-
if (Platform.isAndroid && directory != null) {
20+
if (directory != null) {
2121
path = directory.path;
2222
}
2323
} else {

0 commit comments

Comments
 (0)