Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BisqExecutable: Fix startApplication() threading issue
The startApplication method is only called on the user thread if the user didn't downgrade his app. The readAllPersisted method calls startApplication on the user thread. However, the code path handling downgrades doesn't call startApplication on the user thread.
- Loading branch information