mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
#1484 (unexpectedly showing feed detail column)
This commit is contained in:
parent
3fdc5e1638
commit
9fb7d33906
1 changed files with 3 additions and 3 deletions
|
@ -980,9 +980,9 @@
|
|||
if (self.pageFetching || self.pageFinished) return;
|
||||
// NSLog(@"Fetching River in storiesCollection (pg. %ld): %@", (long)page, storiesCollection);
|
||||
|
||||
if (appDelegate.detailViewController.storyTitlesOnLeft && [[UIDevice currentDevice] userInterfaceIdiom] != UIUserInterfaceIdiomPhone) {
|
||||
[self.splitViewController showColumn:UISplitViewControllerColumnSupplementary];
|
||||
}
|
||||
// if (appDelegate.detailViewController.storyTitlesOnLeft && [[UIDevice currentDevice] userInterfaceIdiom] != UIUserInterfaceIdiomPhone) {
|
||||
// [self.splitViewController showColumn:UISplitViewControllerColumnSupplementary];
|
||||
// }
|
||||
|
||||
storiesCollection.feedPage = page;
|
||||
self.pageFetching = YES;
|
||||
|
|
Loading…
Add table
Reference in a new issue