Skip to content

Commit

Permalink
Add quick access to quote action on long press (#5123)
Browse files Browse the repository at this point in the history
  • Loading branch information
coreh authored Sep 5, 2024
1 parent 4e6b674 commit 6d8ed5c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/view/com/util/post-ctrls/RepostButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ let RepostButton = ({
onPress={() => {
requireAuth(() => dialogControl.open())
}}
onLongPress={() => {
requireAuth(() => onQuote())
}}
style={[
a.flex_row,
a.align_center,
Expand Down

0 comments on commit 6d8ed5c

Please sign in to comment.