mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
iOS: better Safari rotation recovery, though still not perfect
This commit is contained in:
parent
9b0b1a7693
commit
1d3e3ca9bb
1 changed files with 1 additions and 0 deletions
|
@ -1402,6 +1402,7 @@
|
|||
}
|
||||
|
||||
- (void)safariViewControllerDidFinish:(SFSafariViewController *)controller {
|
||||
[self.storyPageControl performSelector:@selector(reorientPages) withObject:nil afterDelay:0.2];
|
||||
controller.delegate = nil;
|
||||
[controller dismissViewControllerAnimated:YES completion:nil];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue