App Layout: reintroduced existing Notification left markers on room cells

This commit is contained in:
Gil Eluard
2022-08-18 17:44:24 +02:00
parent 754a363d1c
commit 49851694eb
2 changed files with 2 additions and 1 deletions
@@ -95,7 +95,7 @@
// Notify unreads and bing
if (roomCellData.hasUnread)
{
self.missedNotifAndUnreadIndicator.hidden = BuildSettings.newAppLayoutEnabled;
self.missedNotifAndUnreadIndicator.hidden = NO;
if (0 < roomCellData.notificationCount)
{