diff --git a/Signal/src/AppDelegate.m b/Signal/src/AppDelegate.m index 4f7a66363..83ddd3635 100644 --- a/Signal/src/AppDelegate.m +++ b/Signal/src/AppDelegate.m @@ -650,9 +650,6 @@ static NSTimeInterval launchStartedAt; DDLogWarn(@"%@ applicationWillResignActive.", self.logTag); - // Clear all notifications whenever we become inactive. - [self clearAllNotificationsAndRestoreBadgeCount]; - [DDLog flushLog]; }