Signed-off-by: William Casarin <jb55@jb55.com>
@ -49,6 +49,7 @@ struct EventActionBar: View {
switch sheet {
case .reply:
ReplyView(replying_to: event)
.environmentObject(profiles)
}
@ -69,6 +69,7 @@ struct EventView: View {
if has_action_bar {
EventActionBar(event: event)
Divider()