Text message bubble cells: Fix call to super.setupViews

This commit is contained in:
SBiOSoftWhare
2022-01-18 19:35:30 +01:00
parent a0895c5018
commit 0eda90002c
2 changed files with 4 additions and 0 deletions
@@ -22,6 +22,8 @@
- (void)setupViews
{
[super setupViews];
RoomTimelineConfiguration *timelineConfiguration = [RoomTimelineConfiguration shared];
[timelineConfiguration.currentStyle.cellLayoutUpdater setupLayoutForIncomingTextMessageCell:self];
@@ -22,6 +22,8 @@
- (void)setupViews
{
[super setupViews];
RoomTimelineConfiguration *timelineConfiguration = [RoomTimelineConfiguration shared];
[timelineConfiguration.currentStyle.cellLayoutUpdater setupLayoutForOutgoingTextMessageCell:self];