(ios) Fixes #566
Prevents closing pagesheet by swiping down, which led to unresponsive app
This commit is contained in:
parent
1718efa138
commit
e63626e16f
@ -713,6 +713,8 @@ BOOL isExiting = FALSE;
|
|||||||
[self.webViewUIDelegate setViewController:self];
|
[self.webViewUIDelegate setViewController:self];
|
||||||
|
|
||||||
[self createViews];
|
[self createViews];
|
||||||
|
|
||||||
|
self.modalInPopover = TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
return self;
|
return self;
|
||||||
|
Loading…
Reference in New Issue
Block a user