Avoid spurious badge animations.

This commit is contained in:
Matthew Chen 2018-05-11 20:20:16 -04:00
parent 2c80866f8d
commit 6b643a0c1b

View File

@ -650,9 +650,6 @@ static NSTimeInterval launchStartedAt;
DDLogWarn(@"%@ applicationWillResignActive.", self.logTag);
// Clear all notifications whenever we become inactive.
[self clearAllNotificationsAndRestoreBadgeCount];
[DDLog flushLog];
}