mirror of
https://github.com/Jellify-Music/App.git
synced 2026-04-30 07:29:33 -05:00
this didn't fix it
This commit is contained in:
@@ -79,7 +79,7 @@ export default function TrackOptions({
|
||||
navigation.goBack();
|
||||
|
||||
navigation.goBack();
|
||||
navigation.push("Album", {
|
||||
navigation.navigate("Album", {
|
||||
album
|
||||
});
|
||||
}}
|
||||
|
||||
@@ -39,14 +39,6 @@ export default function Player() : React.JSX.Element {
|
||||
}}
|
||||
/>
|
||||
|
||||
<PlayerStack.Screen
|
||||
name="Album"
|
||||
component={AlbumScreen}
|
||||
options={{
|
||||
headerTitle: ""
|
||||
}}
|
||||
/>
|
||||
|
||||
</PlayerStack.Navigator>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user