mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-01 05:36:57 +02:00
SYIOS-202: IOS should no longer reset badge count on launch.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user