decrease long press time required to reoreder pinned feed
This commit is contained in:
@@ -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}>
|
||||||
|
|||||||
Reference in New Issue
Block a user