diff --git a/src/App.swift b/src/App.swift index 6cad1e0..a4e9eb4 100644 --- a/src/App.swift +++ b/src/App.swift @@ -47,7 +47,12 @@ class AppDelegate: UIResponder, UIApplicationDelegate func testMic2() { 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) } + */ } }