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={() => {
|
onPress={() => {
|
||||||
requireAuth(() => dialogControl.open())
|
requireAuth(() => dialogControl.open())
|
||||||
}}
|
}}
|
||||||
|
onLongPress={() => {
|
||||||
|
requireAuth(() => onQuote())
|
||||||
|
}}
|
||||||
style={[
|
style={[
|
||||||
a.flex_row,
|
a.flex_row,
|
||||||
a.align_center,
|
a.align_center,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue