Add the green chevron aside the room name.

This commit is contained in:
yannick
2015-11-30 14:34:12 +01:00
parent dedee1697c
commit 5993012c65
5 changed files with 172 additions and 12 deletions
+3 -1
View File
@@ -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];