fix tickets add reort mail and design fixes
This commit is contained in:
@@ -240,16 +240,7 @@ const GeneratingSong = () => {
|
||||
|
||||
if (titleOk && isIdle && !askedRef.current) {
|
||||
askedRef.current = true;
|
||||
AppAlert("Attention", "Une génération va être lancée. Continuer ?", [
|
||||
{
|
||||
text: "Non",
|
||||
style: "cancel",
|
||||
onPress: () => {
|
||||
askedRef.current = false;
|
||||
},
|
||||
},
|
||||
{ text: "Oui", onPress: () => startMusicGenerationOnce() },
|
||||
]);
|
||||
startMusicGenerationOnce();
|
||||
}
|
||||
}, [
|
||||
isFocused,
|
||||
|
||||
Reference in New Issue
Block a user