This commit is contained in:
Ryan Zhao 2021-11-22 10:49:44 +11:00
parent 67d9dcfa00
commit 3f8f4ca060

View file

@ -740,7 +740,6 @@ static NSTimeInterval launchStartedAt;
- (LKAppMode)getCurrentAppMode - (LKAppMode)getCurrentAppMode
{ {
LKAppMode appMode = [self getAppModeOrSystemDefault]; LKAppMode appMode = [self getAppModeOrSystemDefault];
UIWindow *window = UIApplication.sharedApplication.keyWindow;
return appMode; return appMode;
} }