mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
MESSENGER-3352 build settings
This commit is contained in:
@@ -282,7 +282,7 @@ const CGFloat kTypingCellHeight = 24;
|
||||
{
|
||||
if (bubbleData.isAttachmentWithThumbnail && bubbleData.attachment.type != MXKAttachmentTypeSticker)
|
||||
{
|
||||
if (BuildSettings.enableAntivirusScan)
|
||||
if (BWIBuildSettings.shared.enableAntivirusScan)
|
||||
{
|
||||
MXKRoomBubbleCellData *roomBubbleCellData;
|
||||
|
||||
@@ -447,7 +447,7 @@ const CGFloat kTypingCellHeight = 24;
|
||||
|
||||
BOOL isCollapsableCellCollapsed = cellData.collapsable && cellData.collapsed;
|
||||
|
||||
if (BuildSettings.enableLastMessageTimestamp) {
|
||||
if (BWIBuildSettings.shared.enableLastMessageTimestamp) {
|
||||
// Display timestamp of the last message
|
||||
if (cellData.containsLastMessage && !isCollapsableCellCollapsed)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user