Display room title view for non-live timelines too

This commit is contained in:
ismailgulek
2021-11-30 01:13:14 +03:00
parent af5eca3097
commit b77c7b9996
+4 -4
View File
@@ -1752,12 +1752,12 @@ const NSTimeInterval kResizeComposerAnimationDuration = .05;
} }
[rightBarButtonItems addObject:item]; [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; MXKImageView *userPictureView = ((RoomTitleView*)self.titleView).pictureView;
// Set user picture in input toolbar // Set user picture in input toolbar