mirror of
https://github.com/Jellify-Music/App.git
synced 2026-02-08 03:28:29 -06:00
track changes
This commit is contained in:
@@ -60,7 +60,9 @@ export default function Track({
|
||||
});
|
||||
}
|
||||
}}
|
||||
onLongPress={() => {
|
||||
onLongPress={(e) => {
|
||||
e.preventDefault();
|
||||
|
||||
navigation.push("Details", {
|
||||
item: track,
|
||||
isNested: isNested
|
||||
@@ -79,6 +81,7 @@ export default function Track({
|
||||
<BlurhashedImage
|
||||
item={track}
|
||||
width={width / 9}
|
||||
cornered
|
||||
/>
|
||||
) : (
|
||||
<Text onLongPress={(e) => e.preventDefault()} color={isPlaying ? theme.telemagenta : theme.color}>
|
||||
|
||||
Reference in New Issue
Block a user