From 5789cc00979175296ba303b6372fe929bd41984f Mon Sep 17 00:00:00 2001 From: OlegAba Date: Tue, 3 Jan 2023 12:03:18 -0500 Subject: [PATCH] Fix home view moving after selecting from search result Changelog-Fixed: Fix home view moving after selecting from search result Closes: #233 --- damus/ContentView.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/damus/ContentView.swift b/damus/ContentView.swift index f3453967..09c9ec63 100644 --- 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 {