d
This commit is contained in:
@@ -9,6 +9,7 @@ struct Content: View {
|
|||||||
MeetupId.V()
|
MeetupId.V()
|
||||||
Divider()
|
Divider()
|
||||||
MicItem.V()
|
MicItem.V()
|
||||||
|
MicItem.V("1")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -54,7 +55,9 @@ class AppDelegate: UIResponder, UIApplicationDelegate
|
|||||||
Bus.send(Mic.K.activityDate, Date() + 2)
|
Bus.send(Mic.K.activityDate, Date() + 2)
|
||||||
}
|
}
|
||||||
DispatchQueue.main.asyncAfter(deadline: .now() + 6) {
|
DispatchQueue.main.asyncAfter(deadline: .now() + 6) {
|
||||||
Bus.send(Mic.K.activityDate, Date() + 4)
|
Bus.send(Mic.K.activityDate, Date() + 7)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// "1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user