decrease long press time required to reoreder pinned feed
parent
dfcdd37087
commit
512c918c03
|
@ -159,6 +159,7 @@ const ListItem = observer(
|
||||||
<Pressable
|
<Pressable
|
||||||
accessibilityRole="button"
|
accessibilityRole="button"
|
||||||
onLongPress={isPinned ? drag : undefined}
|
onLongPress={isPinned ? drag : undefined}
|
||||||
|
delayLongPress={200}
|
||||||
style={[styles.itemContainer, pal.border]}>
|
style={[styles.itemContainer, pal.border]}>
|
||||||
{isPinned && isWeb ? (
|
{isPinned && isWeb ? (
|
||||||
<View style={styles.webArrowButtonsContainer}>
|
<View style={styles.webArrowButtonsContainer}>
|
||||||
|
|
Loading…
Reference in New Issue