#1669 (scrolling broken)

- Oops, sorry about that.
- iPad-specific change is now restricted to iPad.
This commit is contained in:
David Sinclair 2022-04-11 16:58:27 -07:00
parent 8138911397
commit 2218d11e69

View file

@ -661,7 +661,9 @@
[MBProgressHUD hideHUDForView:self.view animated:YES];
[self hideNotifier];
[currentPage realignScroll];
if ([[UIDevice currentDevice] userInterfaceIdiom] == UIUserInterfaceIdiomPad) {
[currentPage realignScroll];
}
}
- (void)refreshHeaders {