Skip to content

Black Screen Issue When Spam Finish ( Done ) Button #53

@seceba

Description

@seceba

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions