diff --git a/src/App.swift b/src/App.swift index a4e9eb4..7dfd409 100644 --- a/src/App.swift +++ b/src/App.swift @@ -49,10 +49,12 @@ class AppDelegate: UIResponder, UIApplicationDelegate 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) + + DispatchQueue.main.asyncAfter(deadline: .now() + 5) { + Bus.send(Mic.K.activityDate, Date() + 2) + } + DispatchQueue.main.asyncAfter(deadline: .now() + 6) { + Bus.send(Mic.K.activityDate, Date() + 4) } - */ } }