Fixing sharing HUD.

This commit is contained in:
Samuel Clay 2017-06-08 12:17:06 -07:00
parent d3af0b97e9
commit b39fe47458
2 changed files with 5 additions and 0 deletions

View file

@ -1427,6 +1427,8 @@
}
- (void)redrawUnreadStory {
[MBProgressHUD hideHUDForView:self.view animated:YES];
NSInteger rowIndex = [storiesCollection locationOfActiveStory];
NSIndexPath *indexPath = [NSIndexPath indexPathForRow:rowIndex inSection:0];
FeedDetailTableCell *cell = (FeedDetailTableCell*) [self.storyTitlesTable cellForRowAtIndexPath:indexPath];

View file

@ -429,6 +429,9 @@
withNewUserProfiles:userProfiles];
[self replaceStory:[results objectForKey:@"story"] withReplyId:nil];
[appDelegate.feedDetailViewController redrawUnreadStory];
[MBProgressHUD hideHUDForView:appDelegate.storyPageControl.view animated:NO];
[MBProgressHUD hideHUDForView:appDelegate.storyPageControl.currentPage.view animated:NO];
}
# pragma mark