From a7f5161e5e33a8f6a47b33e64fe9d2034f0f20ec 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: Thu, 18 Jan 2024 18:27:39 +0300 Subject: [PATCH] d --- src/App.swift | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/App.swift b/src/App.swift index 7dfd409..a18e6ab 100644 --- a/src/App.swift +++ b/src/App.swift @@ -9,6 +9,7 @@ struct Content: View { MeetupId.V() Divider() MicItem.V() + MicItem.V("1") } } @@ -54,7 +55,9 @@ class AppDelegate: UIResponder, UIApplicationDelegate Bus.send(Mic.K.activityDate, Date() + 2) } DispatchQueue.main.asyncAfter(deadline: .now() + 6) { - Bus.send(Mic.K.activityDate, Date() + 4) + Bus.send(Mic.K.activityDate, Date() + 7) } + + // "1" } }