damus

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

commit e01761ce72e05a0c0516a17d8e9241bc773c307b
parent efc50f5b18322e6b98f7db4b3fe49bc30f8691d9
Author: OlegAba <mail@olegaba.com>
Date:   Sun, 19 Feb 2023 13:35:37 -0500

Fixed hit detection bugs on profile page

Changelog-Fixed: Fixed hit detection bugs on profile page
Closes: #652

Diffstat:
Mdamus/Views/ProfileView.swift | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/damus/Views/ProfileView.swift b/damus/Views/ProfileView.swift @@ -179,6 +179,7 @@ struct ProfileView: View { } .frame(height: bannerHeight) + .allowsHitTesting(false) } var navbarHeight: CGFloat {