mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
#1669 (scrolling broken)
- Oops, sorry about that. - iPad-specific change is now restricted to iPad.
This commit is contained in:
parent
8138911397
commit
2218d11e69
1 changed files with 3 additions and 1 deletions
|
@ -661,7 +661,9 @@
|
|||
[MBProgressHUD hideHUDForView:self.view animated:YES];
|
||||
[self hideNotifier];
|
||||
|
||||
[currentPage realignScroll];
|
||||
if ([[UIDevice currentDevice] userInterfaceIdiom] == UIUserInterfaceIdiomPad) {
|
||||
[currentPage realignScroll];
|
||||
}
|
||||
}
|
||||
|
||||
- (void)refreshHeaders {
|
||||
|
|
Loading…
Add table
Reference in a new issue