Add quick access to quote action on long press (#5123)
parent
4e6b6740f7
commit
6d8ed5c3c8
|
@ -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…
Reference in New Issue