mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
#1566 (finding story weird animation)
This commit is contained in:
parent
9f7a9291a7
commit
b5a4c377b6
1 changed files with 6 additions and 4 deletions
|
@ -1331,10 +1331,12 @@ typedef NS_ENUM(NSUInteger, MarkReadShowMenu)
|
|||
return;
|
||||
}
|
||||
NSLog(@"Test for try feed");
|
||||
[MBProgressHUD hideHUDForView:self.view animated:YES];
|
||||
MBProgressHUD *HUD = [MBProgressHUD showHUDAddedTo:self.view animated:YES];
|
||||
HUD.labelText = @"Finding story...";
|
||||
|
||||
if (![[MBProgressHUD HUDForView:self.view].labelText isEqualToString:@"Finding story..."]) {
|
||||
[MBProgressHUD hideHUDForView:self.view animated:YES];
|
||||
MBProgressHUD *HUD = [MBProgressHUD showHUDAddedTo:self.view animated:YES];
|
||||
HUD.labelText = @"Finding story...";
|
||||
}
|
||||
|
||||
for (int i = 0; i < [storiesCollection.activeFeedStories count]; i++) {
|
||||
NSString *storyIdStr = [[storiesCollection.activeFeedStories
|
||||
objectAtIndex:i] objectForKey:@"id"];
|
||||
|
|
Loading…
Add table
Reference in a new issue