mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 17:12:45 +02:00
Text message bubble cells: Fix call to super.setupViews
This commit is contained in:
+2
@@ -22,6 +22,8 @@
|
||||
|
||||
- (void)setupViews
|
||||
{
|
||||
[super setupViews];
|
||||
|
||||
RoomTimelineConfiguration *timelineConfiguration = [RoomTimelineConfiguration shared];
|
||||
|
||||
[timelineConfiguration.currentStyle.cellLayoutUpdater setupLayoutForIncomingTextMessageCell:self];
|
||||
|
||||
+2
@@ -22,6 +22,8 @@
|
||||
|
||||
- (void)setupViews
|
||||
{
|
||||
[super setupViews];
|
||||
|
||||
RoomTimelineConfiguration *timelineConfiguration = [RoomTimelineConfiguration shared];
|
||||
|
||||
[timelineConfiguration.currentStyle.cellLayoutUpdater setupLayoutForOutgoingTextMessageCell:self];
|
||||
|
||||
Reference in New Issue
Block a user