Adapt MXEventTimeline changes

This commit is contained in:
ismailgulek
2021-12-15 01:44:04 +03:00
parent 902d81490f
commit d211d6640c
12 changed files with 21 additions and 23 deletions
+1 -1
View File
@@ -4779,7 +4779,7 @@ const NSTimeInterval kResizeComposerAnimationDuration = .05;
if (typingNotifListener)
{
MXWeakify(self);
[self.roomDataSource.room liveTimeline:^(MXEventTimeline *liveTimeline) {
[self.roomDataSource.room liveTimeline:^(id<MXEventTimeline> liveTimeline) {
MXStrongifyAndReturnIfNil(self);
[liveTimeline removeListener:self->typingNotifListener];