Fix FollowUserView not allowing profile tapping
This commit is contained in:
committed by
William Casarin
parent
a76ddea7da
commit
58a707685c
@@ -78,6 +78,7 @@ struct SearchHomeView: View {
|
||||
|
||||
var SearchContent: some View {
|
||||
SearchResultsView(damus_state: damus_state, search: $search)
|
||||
.environmentObject(navigationCoordinator)
|
||||
.refreshable {
|
||||
// Fetch new information by unsubscribing and resubscribing to the relay
|
||||
model.unsubscribe()
|
||||
|
||||
Reference in New Issue
Block a user