SYIOS-202: IOS should no longer reset badge count on launch.

This commit is contained in:
giomfo
2016-03-03 09:15:44 +01:00
parent eeae581c7f
commit 02ca15254a
2 changed files with 13 additions and 29 deletions
+2 -2
View File
@@ -59,10 +59,10 @@
}
// Notify unreads and bing
if (roomCellData.unreadCount)
if (roomCellData.hasUnread)
{
self.bingIndicator.hidden = NO;
if (0 < roomCellData.unreadBingCount)
if (0 < roomCellData.highlightCount)
{
self.bingIndicator.backgroundColor = roomCellData.recentsDataSource.eventFormatter.bingTextColor;
self.lastEventDate.textColor = self.bingIndicator.backgroundColor;