mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 08:03:50 +02:00
Merge remote-tracking branch 'upstream/develop' into wiedmer_proximity_sensor
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