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
     }
 }