From 30eb15950ac8db9048d33c13cba4728eb4084d04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B8=D1=85=D0=B0=D0=B8=D0=BB=20=D0=9A=D0=B0=D0=BF?= =?UTF-8?q?=D0=B5=D0=BB=D1=8C=D0=BA=D0=BE?= Date: Wed, 17 Jan 2024 18:53:09 +0300 Subject: [PATCH] d --- src/App.swift | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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) } - */ } }