From 6b643a0c1bc366c7710d2be5a22e768c0a0c72c5 Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Fri, 11 May 2018 20:20:16 -0400 Subject: [PATCH] Avoid spurious badge animations. --- Signal/src/AppDelegate.m | 3 --- 1 file changed, 3 deletions(-) diff --git a/Signal/src/AppDelegate.m b/Signal/src/AppDelegate.m index 4f7a663639..83ddd36351 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]; }