Fix crash with event loop nesting.

This commit is contained in:
John Preston
2018-12-25 14:11:10 +04:00
parent a65afdac95
commit d1be4c6d96
5 changed files with 15 additions and 28 deletions
@@ -488,10 +488,6 @@ void RequestPermission(PermissionType type, Fn<void(PermissionStatus)> resultCal
void OpenSystemSettingsForPermission(PermissionType type) {
}
bool NativeEventNestsLoop(void *message) {
return true;
}
namespace ThirdParty {
void start() {