Browse Source

Fix post button moving after selecting from search result

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

2
damus/ContentView.swift

@ -88,7 +88,7 @@ struct ContentView: View {
self.active_sheet = .post self.active_sheet = .post
} }
} }
} }.ignoresSafeArea(.keyboard, edges: .bottom)
} }
.safeAreaInset(edge: .top) { .safeAreaInset(edge: .top) {
VStack(spacing: 0) { VStack(spacing: 0) {

Loading…
Cancel
Save