-
-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
If you keep pressing ( spamming finish button ) the finish button after selecting images, the app stays on the black screen.
This is because as you keep pressing finish it keeps running in the background and runs navigator.pop every time.
in image_picker.dart
onPressed: (_selectedImages.isNotEmpty)
find this line and replace it with this one.
onPressed: (_selectedImages.isNotEmpty && _isOutputCreating == true)
and I found a temporary solution.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels