Attachments viewer: Support rageshake and screen tracking

This commit is contained in:
giomfo
2016-06-13 17:28:17 +02:00
parent c19056d487
commit 1152d573c5
4 changed files with 86 additions and 0 deletions
@@ -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];