views: allow embeddable views at top of timeline
This allows you to put stuff at the top of a timeline inside the scroll view. We could also remove the scrollview from the timeline eventually... but this works for now.
This commit is contained in:
@@ -44,7 +44,7 @@ struct SearchHomeView: View {
|
||||
}
|
||||
|
||||
var GlobalContent: some View {
|
||||
return TimelineView(
|
||||
return TimelineView<AnyView>(
|
||||
events: model.events,
|
||||
loading: $model.loading,
|
||||
damus: damus_state,
|
||||
|
||||
Reference in New Issue
Block a user