Display room title view for non-live timelines too

This commit is contained in:
ismailgulek
2021-11-30 01:13:14 +03:00
parent de7a85e83b
commit 819489c9d3
+4 -4
View File
@@ -1752,12 +1752,12 @@ const NSTimeInterval kResizeComposerAnimationDuration = .05;
}
[rightBarButtonItems addObject:item];
}
// Do not change title view class here if the expanded header is visible.
[self setRoomTitleViewClass:RoomTitleView.class];
((RoomTitleView*)self.titleView).tapGestureDelegate = self;
}
// Do not change title view class here if the expanded header is visible.
[self setRoomTitleViewClass:RoomTitleView.class];
((RoomTitleView*)self.titleView).tapGestureDelegate = self;
MXKImageView *userPictureView = ((RoomTitleView*)self.titleView).pictureView;
// Set user picture in input toolbar