decrease long press time required to reoreder pinned feed

zio/stable
Ansh Nanda 2023-05-22 19:10:03 -07:00
parent dfcdd37087
commit 512c918c03
1 changed files with 1 additions and 0 deletions

View File

@ -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}>