From cc9532d958c1be5d04bd7528cba0fa63a73d63f1 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Wed, 15 Mar 2023 16:19:52 -0600 Subject: [PATCH] Fix zap button long press scrolling issue Changelog-Fixed: Fix zap button preventing scrolling --- damus/Components/ZapButton.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/damus/Components/ZapButton.swift b/damus/Components/ZapButton.swift index 9b694f7c..234f5b52 100644 --- a/damus/Components/ZapButton.swift +++ b/damus/Components/ZapButton.swift @@ -81,7 +81,7 @@ struct ZapButton: View { self.showing_zap_customizer = true }) - .simultaneousGesture(TapGesture().onEnded {_ in + .highPriorityGesture(TapGesture().onEnded {_ in guard !zapping else { return }