mirror of
https://github.com/viq/NewsBlur.git
synced 2025-08-31 05:58:54 +00:00
#817 (three column layout)
- Fixed not showing feed detail content for feed when first launched on iPhone.
This commit is contained in:
parent
77ab11512a
commit
6ce1a24060
1 changed files with 5 additions and 1 deletions
|
@ -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];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue