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

zio/stable
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
1 changed files with 3 additions and 0 deletions

View File

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