Code cleaning

Remove 'MXKContactDetailsViewController' use
This commit is contained in:
giomfo 2016-06-13 16:21:19 +02:00
parent 7ef5b98a0d
commit c19056d487
2 changed files with 1 additions and 8 deletions

View file

@ -30,7 +30,7 @@
*/
extern NSString *const kAppDelegateDidTapStatusBarNotification;
@interface AppDelegate : UIResponder <UIApplicationDelegate, MXKCallViewControllerDelegate, MXKContactDetailsViewControllerDelegate, UISplitViewControllerDelegate, UINavigationControllerDelegate>
@interface AppDelegate : UIResponder <UIApplicationDelegate, MXKCallViewControllerDelegate, UISplitViewControllerDelegate, UINavigationControllerDelegate>
{
BOOL isAPNSRegistered;

View file

@ -1769,13 +1769,6 @@ NSString *const kAppDelegateDidTapStatusBarNotification = @"kAppDelegateDidTapSt
}
}
#pragma mark - MXKContactDetailsViewControllerDelegate
- (void)contactDetailsViewController:(MXKContactDetailsViewController *)contactDetailsViewController startChatWithMatrixId:(NSString *)matrixId completion:(void (^)(void))completion
{
[self startPrivateOneToOneRoomWithUserId:matrixId completion:completion];
}
#pragma mark - Call status handling
- (void)addCallStatusBar