mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-30 13:16:58 +02:00
Add the green chevron aside the room name.
This commit is contained in:
@@ -23,6 +23,8 @@
|
||||
|
||||
#import "RoomActivitiesView.h"
|
||||
|
||||
#import "RoomTitleViewWithTopic.h"
|
||||
|
||||
#import "RoomParticipantsViewController.h"
|
||||
|
||||
#import "SegmentedViewController.h"
|
||||
@@ -51,7 +53,7 @@
|
||||
[super viewDidLoad];
|
||||
|
||||
// Set room title view
|
||||
[self setRoomTitleViewClass:MXKRoomTitleViewWithTopic.class];
|
||||
[self setRoomTitleViewClass:RoomTitleViewWithTopic.class];
|
||||
|
||||
// Replace the default input toolbar view.
|
||||
[self setRoomInputToolbarViewClass:RoomInputToolbarView.class];
|
||||
|
||||
Reference in New Issue
Block a user