Add quick access to quote action on long press (#5123)

This commit is contained in:
Marco Buono 2024-09-05 12:14:04 -03:00 committed by GitHub
parent 4e6b6740f7
commit 6d8ed5c3c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -53,6 +53,9 @@ let RepostButton = ({
onPress={() => {
requireAuth(() => dialogControl.open())
}}
onLongPress={() => {
requireAuth(() => onQuote())
}}
style={[
a.flex_row,
a.align_center,