d
This commit is contained in:
@@ -31,7 +31,8 @@ class AppDelegate: UIResponder, UIApplicationDelegate
|
||||
window?.makeKeyAndVisible()
|
||||
|
||||
/**/print("ИГР App.didFLWO")
|
||||
testMic1()
|
||||
//testMic1()
|
||||
testMic2()
|
||||
return true
|
||||
}
|
||||
|
||||
@@ -43,4 +44,10 @@ class AppDelegate: UIResponder, UIApplicationDelegate
|
||||
Bus.send(Mic.K.isActive, false)
|
||||
}
|
||||
}
|
||||
|
||||
func testMic2() {
|
||||
DispatchQueue.main.asyncAfter(deadline: .now() + 2) {
|
||||
Bus.send(Mic.K.activityDate, Date() + 5)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user