mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 08:32:53 +02:00
Merge branch 'develop' into ismail/5068_start_thread
This commit is contained in:
@@ -3898,6 +3898,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