Feature_Report_Action #48
@ -309,7 +309,7 @@ class ReportTaskController extends MyController {
|
||||
}
|
||||
} else {
|
||||
final pickedFiles = await _picker.pickMultiImage(imageQuality: 75);
|
||||
if (pickedFiles != null && pickedFiles.isNotEmpty) {
|
||||
if (pickedFiles.isNotEmpty) {
|
||||
selectedImages.addAll(pickedFiles.map((xfile) => File(xfile.path)));
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user