(ios) Fixes #566

Prevents closing pagesheet by swiping down, which led to unresponsive app
This commit is contained in:
krasmuss 2021-10-21 13:02:03 +02:00
parent 1718efa138
commit e63626e16f

View File

@ -713,6 +713,8 @@ BOOL isExiting = FALSE;
[self.webViewUIDelegate setViewController:self];
[self createViews];
self.modalInPopover = TRUE;
}
return self;