Михаил Капелько 10 månader sedan
förälder
incheckning
a7f5161e5e
1 ändrade filer med 4 tillägg och 1 borttagningar
  1. +4
    -1
      src/App.swift

+ 4
- 1
src/App.swift Visa fil

@@ -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"
}
}

Laddar…
Avbryt
Spara