mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 09:02:44 +02:00
RoomFiles view controller: custom the attachment viewer
This commit is contained in:
@@ -25,6 +25,8 @@
|
||||
|
||||
#import "RageShakeManager.h"
|
||||
|
||||
#import "AttachmentsViewController.h"
|
||||
|
||||
@implementation RoomFilesViewController
|
||||
|
||||
#pragma mark -
|
||||
@@ -73,6 +75,9 @@
|
||||
// set the default extra
|
||||
[self setRoomActivitiesViewClass:nil];
|
||||
|
||||
// Custom the attachmnet viewer
|
||||
[self setAttachmentsViewerClass:AttachmentsViewController.class];
|
||||
|
||||
// Register first customized cell view classes used to render bubbles
|
||||
[self.bubblesTableView registerClass:FilesSearchTableViewCell.class forCellReuseIdentifier:FilesSearchTableViewCell.defaultReuseIdentifier];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user