mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-02 22:26:59 +02:00
Rename MatrixSDKHandler with MatrixHandler.
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
*/
|
||||
|
||||
#import "MasterTabBarController.h"
|
||||
#import "MatrixSDKHandler.h"
|
||||
#import "MatrixHandler.h"
|
||||
|
||||
#import "HomeViewController.h"
|
||||
|
||||
@@ -108,7 +108,7 @@
|
||||
[super viewDidAppear:animated];
|
||||
|
||||
// Check whether we're not logged in
|
||||
if (![MatrixSDKHandler sharedHandler].accessToken) {
|
||||
if (![MatrixHandler sharedHandler].accessToken) {
|
||||
[self showAuthenticationScreen];
|
||||
}
|
||||
}
|
||||
@@ -215,7 +215,7 @@
|
||||
}
|
||||
|
||||
- (void)setVisibleRoomId:(NSString *)aVisibleRoomId {
|
||||
[[MatrixSDKHandler sharedHandler] restoreInAppNotificationsForRoomId:aVisibleRoomId];
|
||||
[[MatrixHandler sharedHandler] restoreInAppNotificationsForRoomId:aVisibleRoomId];
|
||||
_visibleRoomId = aVisibleRoomId;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user