#817 (three column layout)

- Fixed not showing feed detail content for feed when first launched on iPhone.
This commit is contained in:
David Sinclair 2021-02-27 21:10:38 -08:00
parent 77ab11512a
commit 6ce1a24060

View file

@ -1521,7 +1521,11 @@
detailViewController.navigationItem.titleView = [self makeFeedTitle:storiesCollection.activeFeed];
[self.feedDetailViewController checkScroll];
[self.storyPagesViewController refreshPages];
if ([[UIDevice currentDevice] userInterfaceIdiom] != UIUserInterfaceIdiomPhone) {
[self.storyPagesViewController refreshPages];
}
[self adjustStoryDetailWebView];
[self.feedDetailViewController.storyTitlesTable reloadData];