2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

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

View File

@@ -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() {