mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 09:02:44 +02:00
Merge branch 'feature/6142_remove_jitsi' into 'develop'
MESSENGER-6142 remove jitsi, sentry, posthog and sublibraries See merge request bwmessenger/bundesmessenger/bundesmessenger-ios!380
This commit is contained in:
@@ -20,7 +20,10 @@
|
||||
#import "MatrixKit.h"
|
||||
|
||||
#import "MasterTabBarController.h"
|
||||
|
||||
#ifdef CALL_STACK_JINGLE
|
||||
#import "JitsiViewController.h"
|
||||
#endif
|
||||
|
||||
#import "RageShakeManager.h"
|
||||
|
||||
|
||||
@@ -85,7 +85,11 @@ NSString *const AppDelegateDidValidateEmailNotificationClientSecretKey = @"AppDe
|
||||
|
||||
NSString *const AppDelegateUniversalLinkDidChangeNotification = @"AppDelegateUniversalLinkDidChangeNotification";
|
||||
|
||||
@interface LegacyAppDelegate () <GDPRConsentViewControllerDelegate, KeyVerificationCoordinatorBridgePresenterDelegate, PushNotificationServiceDelegate, SetPinCoordinatorBridgePresenterDelegate, CallPresenterDelegate, SpaceDetailPresenterDelegate, SecureBackupSetupCoordinatorBridgePresenterDelegate>
|
||||
@interface LegacyAppDelegate () <GDPRConsentViewControllerDelegate, KeyVerificationCoordinatorBridgePresenterDelegate, PushNotificationServiceDelegate, SetPinCoordinatorBridgePresenterDelegate,
|
||||
#ifdef CALL_STACK_JINGLE
|
||||
CallPresenterDelegate,
|
||||
#endif
|
||||
SpaceDetailPresenterDelegate, SecureBackupSetupCoordinatorBridgePresenterDelegate>
|
||||
{
|
||||
/**
|
||||
Reachability observer
|
||||
|
||||
Reference in New Issue
Block a user