Dark Theme - Bug Fix

Customize correctly the event details views
This commit is contained in:
Giom Foret
2017-08-14 20:01:59 +02:00
parent d5d9e8b267
commit c78aebd562
5 changed files with 152 additions and 0 deletions
+5
View File
@@ -28,6 +28,8 @@
#import "AttachmentsViewController.h"
#import "EventDetailsView.h"
#import "RoomAvatarTitleView.h"
#import "ExpandedRoomTitleView.h"
#import "SimpleRoomTitleView.h"
@@ -348,6 +350,9 @@
// Custom the attachmnet viewer
[self setAttachmentsViewerClass:AttachmentsViewController.class];
// Custom the event details view
[self setEventDetailsViewClass:EventDetailsView.class];
// Update navigation bar items
self.navigationItem.rightBarButtonItem.target = self;
self.navigationItem.rightBarButtonItem.action = @selector(onButtonPressed:);