This commit is contained in:
Михаил Капелько
2024-01-26 18:42:45 +03:00
parent b9ca315dad
commit e844e8100e
2 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
public extension Mic {
enum C {
static let activityTimeout = 5
}
}

View File

@@ -112,7 +112,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate
func testMic4() { func testMic4() {
delayedSend(2, Mic.K.activeIds, ["1"]) delayedSend(2, Mic.K.activeIds, ["1"])
delayedSend(4, Mic.K.activeIds, ["1", "4"]) delayedSend(5, Mic.K.activeIds, ["1", "4"])
} }
func delayedSend( func delayedSend(