mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-29 20:56:57 +02:00
Rename MatrixSDKHandler with MatrixHandler.
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
|
||||
#import "AppDelegate.h"
|
||||
#import "APNSHandler.h"
|
||||
#import "MatrixSDKHandler.h"
|
||||
#import "MatrixHandler.h"
|
||||
#import "MXC3PID.h"
|
||||
|
||||
#import "ContactManager.h"
|
||||
@@ -1057,7 +1057,7 @@ NSString* const kCommandsDescriptionText = @"The following commands are availabl
|
||||
// tap on clear application cache
|
||||
if ((indexPath.section == SETTINGS_SECTION_ROOMS_INDEX) && (indexPath.row == SETTINGS_SECTION_ROOMS_CLEAR_CACHE_INDEX)) {
|
||||
// clear caches
|
||||
[[MatrixSDKHandler sharedHandler] reload:YES];
|
||||
[[MatrixHandler sharedHandler] reload:YES];
|
||||
}
|
||||
else if (indexPath.section == SETTINGS_SECTION_CONTACTS_INDEX) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user