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