@@ -265,6 +265,8 @@
{
NSLog(@"[LOG] Enter in Background");
+ [[NSNotificationCenter defaultCenter] postNotificationOnMainThreadName:k_notificationCenter_applicationDidEnterBackground object:nil];
+
if([[UIDevice currentDevice] respondsToSelector:@selector(isMultitaskingSupported)]) {
__block UIBackgroundTaskIdentifier background_task;
@@ -322,6 +322,8 @@
// Notification Center
+#define k_notificationCenter_applicationDidEnterBackground @"applicationDidEnterBackground"
#define k_notificationCenter_initializeMain @"initializeMain"
#define k_notificationCenter_setTitleMain @"setTitleMain"
#define k_notificationCenter_clearDateReadDataSource @"clearDateReadDataSource"