mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
#1247 (Mac Catalyst edition)
- Fixed overlapping stories when swiping with two fingers in feed detail. - This issue was on iPad too (and may not have been Catalyst-specific).
This commit is contained in:
parent
87d3cabfad
commit
d41280b2e1
1 changed files with 4 additions and 0 deletions
|
@ -381,6 +381,10 @@
|
|||
self.scrollView.frame = CGRectMake(frame.origin.x, frame.origin.y, floor(frame.size.width), floor(frame.size.height));
|
||||
}
|
||||
|
||||
if (self.scrollView.subviews.lastObject != self.currentPage.view) {
|
||||
[self.scrollView bringSubviewToFront:self.currentPage.view];
|
||||
}
|
||||
|
||||
[super viewDidLayoutSubviews];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue