This commit is contained in:
Михаил Капелько
2024-01-17 18:50:32 +03:00
parent b3a386cde7
commit be8c1bf6bd

View File

@@ -47,7 +47,12 @@ class AppDelegate: UIResponder, UIApplicationDelegate
func testMic2() { func testMic2() {
DispatchQueue.main.asyncAfter(deadline: .now() + 2) { DispatchQueue.main.asyncAfter(deadline: .now() + 2) {
Bus.send(Mic.K.activityDate, Date() + 2)
}
/*
DispatchQueue.main.asyncAfter(deadline: .now() + 3) {
Bus.send(Mic.K.activityDate, Date() + 5) Bus.send(Mic.K.activityDate, Date() + 5)
} }
*/
} }
} }