1
0
mirror of git://jb55.com/damus synced 2024-09-19 19:46:51 +00:00

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:
OlegAba 2023-01-03 12:03:18 -05:00 committed by William Casarin
parent d4995aa4bf
commit 5789cc0097

View File

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