-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
This commit will: - Add an enableAllMenus method to MenuController - Add a disableMenus parameter to Utility.showAlert - Change Utility.showAlert to disable menus while the alert is being shown if caller set disableMenus to true - Change calls to Utility.showAlert in MPVController methods used during startup to use the new disableMenus parameter The MPVController will show alerts when mpv reports errors. This can happen while PlayerCore.first is being created. Disabling menus prevents the MenuController from accessing PlayerCore.first while it is in the process of being created which was the source of the crash reported in the issue.
- Loading branch information
Showing
3 changed files
with
31 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters