mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
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:
parent
9315e31e94
commit
fda1bd72f8
2 changed files with 2 additions and 4 deletions
|
@ -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];
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue