Update MatrixKit text message cells.

This commit is contained in:
SBiOSoftWhare
2022-01-14 10:03:08 +01:00
parent 78f482057a
commit 9e9f641288
2 changed files with 3 additions and 7 deletions
@@ -23,10 +23,8 @@
- (void)setupViews
{
RoomTimelineConfiguration *timelineConfiguration = [RoomTimelineConfiguration shared];
id <RoomTimelineStyle> currentStyle = timelineConfiguration.currentStyle;
[currentStyle.cellLayoutUpdater setupLayoutForOutgoingMessageCell:self];
[timelineConfiguration.currentStyle.cellLayoutUpdater setupLayoutForOutgoingTextMessageCell:self];
}