damus

nostr ios client
git clone git://jb55.com/damus
Log | Files | Refs | README | LICENSE

commit 9770e61d9dc3d1bd67cb38bdd99db4f76b1a569e
parent 1d1e0c553b3d0796e6fcbdf2692e00cf73cdff30
Author: William Casarin <jb55@jb55.com>
Date:   Mon, 26 Dec 2022 08:02:36 -0800

Fix bug where typing the first character in the search box defocuses

Changelog-Fixed: Fix bug where typing the first character in the search box defocuses

Diffstat:
Mdamus/Views/SearchHomeView.swift | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/damus/Views/SearchHomeView.swift b/damus/Views/SearchHomeView.swift @@ -70,7 +70,9 @@ struct SearchHomeView: View { @Environment(\.colorScheme) var colorScheme var body: some View { - MainContent + VStack { + MainContent + } .safeAreaInset(edge: .top) { VStack(spacing: 0) { SearchInput