mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
Bumping offline catch to 1 second.
This commit is contained in:
parent
6653b61799
commit
e1710c2361
1 changed files with 1 additions and 1 deletions
|
@ -337,7 +337,7 @@
|
|||
|
||||
- (void)beginOfflineTimer {
|
||||
|
||||
dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (self.isDashboardModule ? 10 : 5) * NSEC_PER_SEC), dispatch_get_main_queue(), ^{
|
||||
dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (self.isDashboardModule ? 10 : 1) * NSEC_PER_SEC), dispatch_get_main_queue(), ^{
|
||||
if (!storiesCollection.storyLocationsCount && !self.pageFinished &&
|
||||
self.feedPage == 1 && !self.isOffline) {
|
||||
self.isShowingOffline = YES;
|
||||
|
|
Loading…
Add table
Reference in a new issue