mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-29 12:46:58 +02:00
Move startPrivateOneToOneRoomWithUserId from MatrixHandler to AppDelegate.
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
#import "ContactDetailsTableCell.h"
|
||||
|
||||
#import "MatrixHandler.h"
|
||||
#import "AppDelegate.h"
|
||||
|
||||
#import "RageShakeManager.h"
|
||||
|
||||
@@ -110,7 +110,7 @@
|
||||
|
||||
if ([view isKindOfClass:[ContactDetailsTableCell class]]) {
|
||||
dispatch_async(dispatch_get_main_queue(), ^{
|
||||
[[MatrixHandler sharedHandler] startPrivateOneToOneRoomWithUserId:((ContactDetailsTableCell*)view).matrixUserIDLabel.text];
|
||||
[[AppDelegate theDelegate] startPrivateOneToOneRoomWithUserId:((ContactDetailsTableCell*)view).matrixUserIDLabel.text];
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user