mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
Fix #4125
This commit is contained in:
@@ -64,6 +64,8 @@ static NSAttributedString *timestampVerticalWhitespace = nil;
|
||||
|
||||
if (self)
|
||||
{
|
||||
self.displayTimestampForSelectedComponentOnLeftWhenPossible = YES;
|
||||
|
||||
switch (event.eventType)
|
||||
{
|
||||
case MXEventTypeRoomMember:
|
||||
@@ -142,6 +144,9 @@ static NSAttributedString *timestampVerticalWhitespace = nil;
|
||||
|
||||
// Collapse them by default
|
||||
self.collapsed = YES;
|
||||
|
||||
// Show timestamps always on right
|
||||
self.displayTimestampForSelectedComponentOnLeftWhenPossible = NO;
|
||||
}
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user