mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
Merge pull request #5383 from vector-im/steve/5208_text_msg_layout
Message bubbles: Text message layout
This commit is contained in:
@@ -3878,6 +3878,13 @@ TableViewSectionsDelegate>
|
||||
- (void)toggleEnableRoomMessageBubbles:(UISwitch *)sender
|
||||
{
|
||||
RiotSettings.shared.roomScreenEnableMessageBubbles = sender.isOn;
|
||||
|
||||
[[RoomTimelineConfiguration shared] updateStyleWithIdentifier:RiotSettings.shared.roomTimelineStyleIdentifier];
|
||||
|
||||
// Close all room data sources
|
||||
// Be sure to use new room timeline style configurations
|
||||
MXKRoomDataSourceManager *roomDataSourceManager = [MXKRoomDataSourceManager sharedManagerForMatrixSession:self.mainSession];
|
||||
[roomDataSourceManager reset];
|
||||
}
|
||||
|
||||
#pragma mark - TextField listener
|
||||
|
||||
Reference in New Issue
Block a user