Михаил Капелько 10 ay önce
ebeveyn
işleme
e844e8100e
2 değiştirilmiş dosya ile 6 ekleme ve 1 silme
  1. +5
    -0
      Modules/MicX/Mic/src/Mic.C.swift
  2. +1
    -1
      src/App.swift

+ 5
- 0
Modules/MicX/Mic/src/Mic.C.swift Dosyayı Görüntüle

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

+ 1
- 1
src/App.swift Dosyayı Görüntüle

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

func delayedSend(


Yükleniyor…
İptal
Kaydet