We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae9a23f commit e5b5b45Copy full SHA for e5b5b45
1 file changed
Coding_iOS/AppDelegate.m
@@ -166,7 +166,7 @@ - (void)application:(UIApplication *)application didReceiveRemoteNotification:(N
166
167
[BaseViewController handleNotificationInfo:userInfo];
168
}else if ([application applicationState] == UIApplicationStateActive){
169
-// kTipAlert(@"UIApplicationStateActive");
+ [[UnReadManager shareManager] updateUnRead];
170
}
171
172
0 commit comments