Михаил Капелько пре 10 месеци
родитељ
комит
a7f5161e5e
1 измењених фајлова са 4 додато и 1 уклоњено
  1. +4
    -1
      src/App.swift

+ 4
- 1
src/App.swift Прегледај датотеку

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

Loading…
Откажи
Сачувај