Remove old AppDelegate imports.

This commit is contained in:
SBiOSoftWhare
2020-08-31 19:38:06 +02:00
parent 77860661c4
commit 1f6743f612
52 changed files with 4 additions and 63 deletions
+1 -3
View File
@@ -21,8 +21,6 @@
#import "RoomDataSource.h"
#import "RoomBubbleCellData.h"
#import "AppDelegate.h"
#import "RoomInputToolbarView.h"
#import "DisabledRoomInputToolbarView.h"
@@ -4525,7 +4523,7 @@
{
// The room has an active jitsi widget
// Show it in the banner if the user is not already in
AppDelegate *appDelegate = [AppDelegate theDelegate];
LegacyAppDelegate *appDelegate = [AppDelegate theDelegate];
if ([appDelegate.jitsiViewController.widget.widgetId isEqualToString:jitsiWidget.widgetId])
{
if ([self checkUnsentMessages] == NO)