Browse Source

Fix home view moving after selecting from search result

Changelog-Fixed: Fix home view moving after selecting from search result
Closes: #233
post-button-style
OlegAba 2 years ago
committed by William Casarin
parent
commit
5789cc0097
  1. 1
      damus/ContentView.swift

1
damus/ContentView.swift

@ -110,6 +110,7 @@ struct ContentView: View {
}
.background(colorScheme == .dark ? Color.black : Color.white)
}
.ignoresSafeArea(.keyboard)
}
var ContentTimelineView: some View {

Loading…
Cancel
Save