From e01761ce72e05a0c0516a17d8e9241bc773c307b Mon Sep 17 00:00:00 2001 From: OlegAba Date: Sun, 19 Feb 2023 13:35:37 -0500 Subject: [PATCH] Fixed hit detection bugs on profile page Changelog-Fixed: Fixed hit detection bugs on profile page Closes: #652 --- damus/Views/ProfileView.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/damus/Views/ProfileView.swift b/damus/Views/ProfileView.swift index 0da86f45..23dfd283 100644 --- 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 {