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:
Samuel Clay 2014-10-30 16:53:35 -07:00
parent 1aa414f0be
commit cd577c16e6
2 changed files with 1 additions and 5 deletions

View file

@ -328,10 +328,6 @@
[self.storyTitlesTable reloadData];
}
if (!self.isDashboardModule) {
[appDelegate.storyPageControl resetPages];
}
[self.notifier setNeedsLayout];
}

View file

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