From 3f8f4ca0604acdd71fed5db86144b27577d2bac1 Mon Sep 17 00:00:00 2001 From: Ryan Zhao Date: Mon, 22 Nov 2021 10:49:44 +1100 Subject: [PATCH] clean --- Session/Meta/AppDelegate.m | 1 - 1 file changed, 1 deletion(-) diff --git a/Session/Meta/AppDelegate.m b/Session/Meta/AppDelegate.m index 413f90059..cc8ffc692 100644 --- a/Session/Meta/AppDelegate.m +++ b/Session/Meta/AppDelegate.m @@ -740,7 +740,6 @@ static NSTimeInterval launchStartedAt; - (LKAppMode)getCurrentAppMode { LKAppMode appMode = [self getAppModeOrSystemDefault]; - UIWindow *window = UIApplication.sharedApplication.keyWindow; return appMode; }