mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Fixing sharing HUD.
This commit is contained in:
parent
d3af0b97e9
commit
b39fe47458
2 changed files with 5 additions and 0 deletions
|
@ -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];
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue