mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 18:12:44 +02:00
Display room title view for non-live timelines too
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user