Skip to content

Don't run flashing commands on UI thread #216

@Tiebe

Description

@Tiebe

You shouldn't run the fastboot flashing comamnds on the UI thread, since this causes the application to hang (unable to resize or move window, etc) while flashing.

Instead, run this on a background thread, and keep the main thread for the UI, while forwarding the logs to the this thread.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions