re choose cover and new prompt
This commit is contained in:
@@ -217,6 +217,17 @@ const Home = ({ navigation, route }) => {
|
||||
const hasSongUrl = typeof menuProject?.songUrl === 'string' && menuProject.songUrl.length > 0
|
||||
|
||||
if (hasSongUrl) {
|
||||
items.push({
|
||||
label: 'Télécharger',
|
||||
onPress: () => {
|
||||
projectDropdownRef.current?.close?.()
|
||||
navigate(Routes.SongDownload, {
|
||||
project: menuProject,
|
||||
skipAdventureGate: true,
|
||||
promptPurchaseConfirm: true,
|
||||
})
|
||||
},
|
||||
})
|
||||
items.push({
|
||||
label: 'Jouer la musique',
|
||||
onPress: () => {
|
||||
|
||||
Reference in New Issue
Block a user