mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-08-05 10:10:14 +08:00
@@ -336,9 +336,10 @@ class _WhisperDetailPageState
|
||||
);
|
||||
} else {
|
||||
try {
|
||||
final XFile? pickedFile = await imagePicker.pickImage(
|
||||
final pickedFile = await imagePicker.pickImage(
|
||||
source: ImageSource.gallery,
|
||||
imageQuality: 100,
|
||||
requestFullMetadata: false,
|
||||
);
|
||||
if (pickedFile != null) {
|
||||
final path = pickedFile.path;
|
||||
|
||||
Reference in New Issue
Block a user