Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix some apps getting stuck on black screen
Based on the backtrace of a hanging log, -[UIScreen mainScreen] would be called at some point in the constructor, causing a deadlock. This commit fixes it by pre-initializing UIScreen. Apollo and Provenance are now working again. Fixes #14 and #120
- Loading branch information