Fix status info message in feed settings

This commit is contained in:
relikd
2019-08-15 01:38:57 +02:00
parent 9e7eda692b
commit 5392ac8ab2
9 changed files with 68 additions and 66 deletions

View File

@@ -66,6 +66,11 @@ NS_INLINE void RegisterNotification(NSNotificationName name, SEL action, id obse
Represents number of feeds that are proccessed in background update. Sends @c 0 when all downloads are finished.
*/
static NSNotificationName const kNotificationBackgroundUpdateInProgress = @"baRSS-notification-background-update-in-progress";
/**
@c notification.object is @c nil.
Called whenever the update schedule timer is modified.
*/
static NSNotificationName const kNotificationScheduleTimerChanged = @"baRSS-notification-schedule-timer-changed";
/**
@c notification.object is @c NSManagedObjectID of type @c FeedGroup.
Called whenever a new feed group was created in @c autoDownloadAndParseURL: