Fix home view moving after selecting from search result
Changelog-Fixed: Fix home view moving after selecting from search result Closes: #233
This commit is contained in:
@@ -110,6 +110,7 @@ struct ContentView: View {
|
|||||||
}
|
}
|
||||||
.background(colorScheme == .dark ? Color.black : Color.white)
|
.background(colorScheme == .dark ? Color.black : Color.white)
|
||||||
}
|
}
|
||||||
|
.ignoresSafeArea(.keyboard)
|
||||||
}
|
}
|
||||||
|
|
||||||
var ContentTimelineView: some View {
|
var ContentTimelineView: some View {
|
||||||
|
|||||||
Reference in New Issue
Block a user