Skip to content

Commit e5b5b45

Browse files
committed
接到推送,更新小红点
1 parent ae9a23f commit e5b5b45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Coding_iOS/AppDelegate.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ - (void)application:(UIApplication *)application didReceiveRemoteNotification:(N
166166

167167
[BaseViewController handleNotificationInfo:userInfo];
168168
}else if ([application applicationState] == UIApplicationStateActive){
169-
// kTipAlert(@"UIApplicationStateActive");
169+
[[UnReadManager shareManager] updateUnRead];
170170
}
171171
}
172172

0 commit comments

Comments
 (0)