Михаил Капелько 10 months ago
parent
commit
be8c1bf6bd
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      src/App.swift

+ 5
- 0
src/App.swift View File

@@ -47,7 +47,12 @@ class AppDelegate: UIResponder, UIApplicationDelegate


func testMic2() { func testMic2() {
DispatchQueue.main.asyncAfter(deadline: .now() + 2) { 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) Bus.send(Mic.K.activityDate, Date() + 5)
} }
*/
} }
} }

Loading…
Cancel
Save