瀏覽代碼

切回前台触摸打开

harry 3 年之前
父節點
當前提交
8123122bb5
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Introduce/Aarchitecture/AppDelegate.swift

+ 1 - 0
Introduce/Aarchitecture/AppDelegate.swift

@@ -64,5 +64,6 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
             INAppConfigUtil.appLaunchReportUpload(isHotLaunch: true)
             isEnterBack = false
         }
+        UIApplication.shared.keyWindow?.isUserInteractionEnabled = true
     }
 }