mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 09:02:44 +02:00
Dark Theme - Bug Fix
Customize correctly the event details views
This commit is contained in:
@@ -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:);
|
||||
|
||||
Reference in New Issue
Block a user