Fix an issue in AppDelegate

This commit is contained in:
SBiOSoftWhare 2019-04-05 16:48:24 +02:00
parent 5a1c23ae8c
commit 192bf9c5cb

View file

@ -2000,8 +2000,7 @@ NSString *const kAppDelegateNetworkStatusDidChangeNotification = @"kAppDelegateN
NSString *notificationSoundName = [self notificationSoundNameFromPushRule:rule];
NSString *categoryIdentifier = [self notificationCategoryIdentifierForEvent:event];
notificationContent.title = notificationTitle;
notificationContent.subtitle = notificationSubTitle;
notificationContent.title = notificationTitle;
notificationContent.body = notificationBody;
notificationContent.threadIdentifier = threadIdentifier;
notificationContent.userInfo = notificationUserInfo;