#1484 (unexpectedly showing feed detail column)

This commit is contained in:
David Sinclair 2021-05-22 13:38:52 -07:00
parent 3fdc5e1638
commit 9fb7d33906

View file

@ -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;