From f5fd715e3e83dba1dcc04d05264c235413b1c4df 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: Fri, 19 Jan 2024 18:20:43 +0300 Subject: [PATCH] d --- src/App.swift | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/App.swift b/src/App.swift index 3cff64a..d98e10a 100644 --- a/src/App.swift +++ b/src/App.swift @@ -36,6 +36,9 @@ class AppDelegate: UIResponder, UIApplicationDelegate //testMic1() //testMic2() testMic2_id("1") + DispatchQueue.main.asyncAfter(deadline: .now() + 3) { + testMic2_id("2") + } return true }