Merge branch 'develop' into ismail/5068_start_thread

This commit is contained in:
ismailgulek
2021-12-09 15:25:14 +03:00
765 changed files with 94930 additions and 1211 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
*/
#import <UIKit/UIKit.h>
#import <MatrixKit/MatrixKit.h>
#import "MatrixKit.h"
#import "MasterTabBarController.h"
#import "JitsiViewController.h"
@@ -36,8 +36,6 @@
#import "RoomKeyRequestViewController.h"
#import "DecryptionFailureTracker.h"
#import <MatrixKit/MatrixKit.h>
#import "Tools.h"
#import "WidgetManager.h"
@@ -393,7 +391,6 @@ NSString *const AppDelegateUniversalLinkDidChangeNotification = @"AppDelegateUni
MXLogDebug(@"------------------------------");
MXLogDebug(@"Application info:");
MXLogDebug(@"%@ version: %@", appDisplayName, appVersion);
MXLogDebug(@"MatrixKit version: %@", MatrixKitVersion);
MXLogDebug(@"MatrixSDK version: %@", MatrixSDKVersion);
MXLogDebug(@"Build: %@\n", build);
MXLogDebug(@"------------------------------\n");