mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 00:24:43 +02:00
Delight edit layout experiment (#6384)
* Delight: Edit layout experiment #6079 * Feature flag new App Layout #6406 * Update All chats screen with latest design #6407
This commit is contained in:
@@ -95,7 +95,7 @@
|
||||
// Notify unreads and bing
|
||||
if (roomCellData.hasUnread)
|
||||
{
|
||||
self.missedNotifAndUnreadIndicator.hidden = NO;
|
||||
self.missedNotifAndUnreadIndicator.hidden = BuildSettings.newAppLayoutEnabled;
|
||||
|
||||
if (0 < roomCellData.notificationCount)
|
||||
{
|
||||
@@ -113,7 +113,7 @@
|
||||
{
|
||||
self.missedNotifAndUnreadIndicator.backgroundColor = ThemeService.shared.theme.unreadRoomIndentColor;
|
||||
}
|
||||
|
||||
|
||||
// Use bold font for the room title
|
||||
self.roomTitle.font = [UIFont systemFontOfSize:17 weight:UIFontWeightBold];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user