diff --git a/media/ios/Classes/NewsBlurAppDelegate.m b/media/ios/Classes/NewsBlurAppDelegate.m index 0949f3adc..8fa9d83dd 100644 --- a/media/ios/Classes/NewsBlurAppDelegate.m +++ b/media/ios/Classes/NewsBlurAppDelegate.m @@ -2359,7 +2359,7 @@ if ([hashes count] == 0) { NSLog(@"Finished downloading unread stories. %d total", self.totalUnfetchedStoryCount); dispatch_async(dispatch_get_main_queue(), ^{ -// [self.feedsViewController hideNotifier]; + [self.feedsViewController showCachingNotifier:0 hoursBack:1]; [self fetchAllUncachedImages]; }); return; @@ -2448,7 +2448,7 @@ self.remainingUncachedImagesCount = count; } - int limit = 25; + int limit = 10; NSString *order; if ([[[NSUserDefaults standardUserDefaults] objectForKey:@"default_order"] isEqualToString:@"oldest"]) { order = @"ASC";