this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

Marco Buono and committed by
GitHub
6d8ed5c3 4e6b6740

+3
+3
src/view/com/util/post-ctrls/RepostButton.tsx
··· 53 53 onPress={() => { 54 54 requireAuth(() => dialogControl.open()) 55 55 }} 56 + onLongPress={() => { 57 + requireAuth(() => onQuote()) 58 + }} 56 59 style={[ 57 60 a.flex_row, 58 61 a.align_center,