From 751eda59fd99edb8c5aaf359ea9b279c273194e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1igo=20Cilveti?= Date: Mon, 1 Jun 2026 23:40:48 +0200 Subject: [PATCH] Fix duplicate haptic feedback when liking posts (#10678) --- src/components/PostControls/index.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/components/PostControls/index.tsx b/src/components/PostControls/index.tsx index 99bcf95a46..1f6be5ab6c 100644 --- a/src/components/PostControls/index.tsx +++ b/src/components/PostControls/index.tsx @@ -11,7 +11,6 @@ import {useLingui} from '@lingui/react/macro' import {CountWheel} from '#/lib/custom-animations/CountWheel' import {AnimatedLikeIcon} from '#/lib/custom-animations/LikeIcon' -import {useHaptics} from '#/lib/haptics' import {useOpenComposer} from '#/lib/hooks/useOpenComposer' import {type Shadow} from '#/state/cache/types' import {useFeedFeedbackContext} from '#/state/feed-feedback' @@ -93,7 +92,6 @@ let PostControls = ({ const requireAuth = useRequireAuth() const {sendInteraction} = useFeedFeedbackContext() const {captureAction} = useProgressGuideControls() - const playHaptic = useHaptics() const isBlocked = Boolean( post.author.viewer?.blocking || post.author.viewer?.blockedBy || @@ -116,7 +114,6 @@ let PostControls = ({ try { setHasLikeIconBeenToggled(true) if (!post.viewer?.like) { - playHaptic('Light') sendInteraction({ item: post.uri, event: 'app.bsky.feed.defs#interactionLike',