* tweaks

* opt: semantics
This commit is contained in:
My-Responsitories
2026-06-13 02:43:37 +00:00
committed by dom
parent d159488495
commit 1b3f27aa31
23 changed files with 82 additions and 193 deletions

View File

@@ -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;