mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 11:08:03 +08:00
@@ -311,7 +311,7 @@ abstract final class ImageUtils {
|
||||
}
|
||||
} else {
|
||||
SmartDialog.dismiss();
|
||||
final savePath = await FilePicker.platform.saveFile(
|
||||
final savePath = await FilePicker.saveFile(
|
||||
type: FileType.image,
|
||||
fileName: fileName,
|
||||
);
|
||||
@@ -348,7 +348,7 @@ abstract final class ImageUtils {
|
||||
);
|
||||
if (del) file.tryDel();
|
||||
} else {
|
||||
final savePath = await FilePicker.platform.saveFile(
|
||||
final savePath = await FilePicker.saveFile(
|
||||
type: type,
|
||||
fileName: fileName,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user