mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-02 06:06:57 +02:00
Attachments viewer: Support rageshake and screen tracking
This commit is contained in:
@@ -28,6 +28,8 @@
|
||||
|
||||
#import "RoomActivitiesView.h"
|
||||
|
||||
#import "AttachmentsViewController.h"
|
||||
|
||||
#import "RoomAvatarTitleView.h"
|
||||
#import "ExpandedRoomTitleView.h"
|
||||
#import "SimpleRoomTitleView.h"
|
||||
@@ -226,6 +228,9 @@
|
||||
// set extra area
|
||||
[self setRoomActivitiesViewClass:RoomActivitiesView.class];
|
||||
|
||||
// Custom the attachmnet viewer
|
||||
[self setAttachmentsViewerClass:AttachmentsViewController.class];
|
||||
|
||||
// Set rageShake handler
|
||||
self.rageShakeManager = [RageShakeManager sharedManager];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user