mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
Adapt MXEventTimeline changes
This commit is contained in:
@@ -1197,7 +1197,7 @@ static const CGFloat kLocalPreviewMargin = 20;
|
||||
if (roomListener && mxCall.room)
|
||||
{
|
||||
MXWeakify(self);
|
||||
[mxCall.room liveTimeline:^(MXEventTimeline *liveTimeline) {
|
||||
[mxCall.room liveTimeline:^(id<MXEventTimeline> liveTimeline) {
|
||||
MXStrongifyAndReturnIfNil(self);
|
||||
|
||||
[liveTimeline removeListener:self->roomListener];
|
||||
|
||||
Reference in New Issue
Block a user