mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-24 10:32:46 +02:00
Bug Fix - Read marker: when being kicked, the "Jump to first unread message" shouldn't be displayed
#1338 + Remove the link to the room settings in the title view after leaving the room
This commit is contained in:
@@ -856,6 +856,14 @@
|
||||
{
|
||||
[self showExpandedHeader:NO];
|
||||
|
||||
// Force a simple title view initialised with the current room before leaving actually the room.
|
||||
[self setRoomTitleViewClass:SimpleRoomTitleView.class];
|
||||
self.titleView.editable = NO;
|
||||
self.titleView.mxRoom = self.roomDataSource.room;
|
||||
|
||||
// Hide the potential read marker banner.
|
||||
self.jumpToLastUnreadBannerContainer.hidden = YES;
|
||||
|
||||
[super leaveRoomOnEvent:event];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user