Explorar el Código

切回前台触摸打开

harry hace 3 años
padre
commit
8123122bb5
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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
     }
 }