mirror of
https://github.com/Jellify-Music/App.git
synced 2025-12-30 23:39:51 -06:00
fix issue where search results didn't work on press or long press
This commit is contained in:
@@ -147,7 +147,12 @@ export default function ItemRow({
|
||||
: {}
|
||||
|
||||
return (
|
||||
<SwipeableRow disabled={!isAudio} {...swipeConfig}>
|
||||
<SwipeableRow
|
||||
disabled={!isAudio}
|
||||
{...swipeConfig}
|
||||
onLongPress={onLongPress}
|
||||
onPress={onPressCallback}
|
||||
>
|
||||
<XStack
|
||||
alignContent='center'
|
||||
minHeight={'$7'}
|
||||
|
||||
Reference in New Issue
Block a user