Pārlūkot izejas kodu

切回前台触摸打开

harry 3 gadi atpakaļ
vecāks
revīzija
8123122bb5
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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
     }
 }