mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Clearing story detail when moving back to story titles.
This commit is contained in:
parent
3d4ad2d364
commit
d625f65349
2 changed files with 5 additions and 1 deletions
|
@ -328,6 +328,10 @@
|
|||
[self.storyTitlesTable reloadData];
|
||||
}
|
||||
|
||||
if (!self.isDashboardModule) {
|
||||
[appDelegate.storyPageControl resetPages];
|
||||
}
|
||||
|
||||
[self.notifier setNeedsLayout];
|
||||
}
|
||||
|
||||
|
|
|
@ -391,7 +391,7 @@
|
|||
|
||||
- (void)clearStory {
|
||||
self.activeStoryId = nil;
|
||||
[self.webView loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:@"about:blank"]]];
|
||||
[self.webView loadHTMLString:@"" baseURL:nil];
|
||||
[MBProgressHUD hideHUDForView:self.webView animated:NO];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue