commit 5789cc00979175296ba303b6372fe929bd41984f
parent d4995aa4bf1f547d3b468e7c64aba733a80458c4
Author: OlegAba <mail@olegaba.com>
Date: Tue, 3 Jan 2023 12:03:18 -0500
Fix home view moving after selecting from search result
Changelog-Fixed: Fix home view moving after selecting from search result
Closes: #233
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/damus/ContentView.swift b/damus/ContentView.swift
@@ -110,6 +110,7 @@ struct ContentView: View {
}
.background(colorScheme == .dark ? Color.black : Color.white)
}
+ .ignoresSafeArea(.keyboard)
}
var ContentTimelineView: some View {