mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Undoing prior commit, now blanking out story detail when leaving story detail on iphone. Thanks to @zacwest for bringing this to my attention.
This commit is contained in:
parent
1aa414f0be
commit
cd577c16e6
2 changed files with 1 additions and 5 deletions
|
@ -328,10 +328,6 @@
|
|||
[self.storyTitlesTable reloadData];
|
||||
}
|
||||
|
||||
if (!self.isDashboardModule) {
|
||||
[appDelegate.storyPageControl resetPages];
|
||||
}
|
||||
|
||||
[self.notifier setNeedsLayout];
|
||||
}
|
||||
|
||||
|
|
|
@ -391,7 +391,7 @@
|
|||
|
||||
- (void)clearStory {
|
||||
self.activeStoryId = nil;
|
||||
[self.webView loadHTMLString:@"" baseURL:nil];
|
||||
[self.webView loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:@"about:blank"]]];
|
||||
[MBProgressHUD hideHUDForView:self.webView animated:NO];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue