mirror of
https://github.com/Jellify-Music/App.git
synced 2026-04-22 01:28:28 -05:00
sweet
This commit is contained in:
@@ -135,7 +135,6 @@ export default function PlayerScreen({ navigation }: { navigation: NativeStackNa
|
||||
|
||||
<Icon
|
||||
name="menu-open"
|
||||
color={Colors.Primary}
|
||||
onPress={() => {
|
||||
navigation.navigate("Details", {
|
||||
item: nowPlaying!.item
|
||||
@@ -143,6 +142,8 @@ export default function PlayerScreen({ navigation }: { navigation: NativeStackNa
|
||||
}}
|
||||
/>
|
||||
|
||||
<Spacer />
|
||||
|
||||
<FavoriteHeaderButton
|
||||
item={nowPlaying!.item}
|
||||
onToggle={() => setNowPlayingIsFavorite(!nowPlayingIsFavorite)}
|
||||
|
||||
Reference in New Issue
Block a user