Fixing "Loading stories..." notifier when online stories are taking too long but offline stories are coming in. v6.0.2.

This commit is contained in:
Samuel Clay 2016-05-11 19:52:43 -07:00
parent 9315e31e94
commit fda1bd72f8
2 changed files with 2 additions and 4 deletions

View file

@ -821,14 +821,12 @@
}
- (void)showOfflineNotifier {
// [self.notifier hide];
self.notifier.style = NBOfflineStyle;
self.notifier.title = @"Offline";
[self.notifier show];
}
- (void)showLoadingNotifier {
[self.notifier hide];
self.notifier.style = NBLoadingStyle;
self.notifier.title = @"Fetching recent stories...";
[self.notifier show];

View file

@ -19,7 +19,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>6.0.1</string>
<string>6.0.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
@ -58,7 +58,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>63</string>
<string>64</string>
<key>FacebookAppID</key>
<string>230426707030569</string>
<key>ITSAppUsesNonExemptEncryption</key>