Add quick access to quote action on long press (#5123)
This commit is contained in:
parent
4e6b6740f7
commit
6d8ed5c3c8
1 changed files with 3 additions and 0 deletions
|
@ -53,6 +53,9 @@ let RepostButton = ({
|
|||
onPress={() => {
|
||||
requireAuth(() => dialogControl.open())
|
||||
}}
|
||||
onLongPress={() => {
|
||||
requireAuth(() => onQuote())
|
||||
}}
|
||||
style={[
|
||||
a.flex_row,
|
||||
a.align_center,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue