Add quick access to quote action on long press (#5123)
parent
4e6b6740f7
commit
6d8ed5c3c8
|
@ -53,6 +53,9 @@ let RepostButton = ({
|
|||
onPress={() => {
|
||||
requireAuth(() => dialogControl.open())
|
||||
}}
|
||||
onLongPress={() => {
|
||||
requireAuth(() => onQuote())
|
||||
}}
|
||||
style={[
|
||||
a.flex_row,
|
||||
a.align_center,
|
||||
|
|
Loading…
Reference in New Issue