diff options
author | Samuel Newman <mozzius@protonmail.com> | 2024-10-28 22:30:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-28 20:30:59 +0000 |
commit | 0f3fa06c3eb58c100380f1aaf19dd0870cdb427c (patch) | |
tree | 784dd5eb6df72089cd7d404b8589f2d15d22b85f /src/view/com/util/post-ctrls/PostCtrls.tsx | |
parent | d050a78a2d4302d0c2c10ff01f98b575074b1be6 (diff) | |
download | voidsky-0f3fa06c3eb58c100380f1aaf19dd0870cdb427c.tar.zst |
One more haptic tweak (#5979)
* remove 10ms delay and make light * make like haptic light * same for PostThreadComposePrompt
Diffstat (limited to 'src/view/com/util/post-ctrls/PostCtrls.tsx')
-rw-r--r-- | src/view/com/util/post-ctrls/PostCtrls.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/util/post-ctrls/PostCtrls.tsx b/src/view/com/util/post-ctrls/PostCtrls.tsx index 8b04016a4..a87af1a69 100644 --- a/src/view/com/util/post-ctrls/PostCtrls.tsx +++ b/src/view/com/util/post-ctrls/PostCtrls.tsx @@ -119,7 +119,7 @@ let PostCtrls = ({ try { setIsToggleLikeIcon(true) if (!post.viewer?.like) { - playHaptic() + playHaptic('Light') sendInteraction({ item: post.uri, event: 'app.bsky.feed.defs#interactionLike', |