navigate to home instead of floàw

This commit is contained in:
2025-10-03 14:39:12 +02:00
parent ce262f2d07
commit 680cc4852d
10 changed files with 95 additions and 59 deletions
+1 -1
View File
@@ -206,7 +206,7 @@ const GeneratingSong = () => {
return (
<Page headerType="NONE" backgroundImg={background.studioBG2}>
<MusicLandHeader
onPressBack={() => navigate(Routes.FlowSelection)}
onPressBack={() => navigate(Routes.Home)}
progress={63}
/>
<View style={{ flex: 1, marginTop: 16 }}>
+2 -2
View File
@@ -131,7 +131,7 @@ const SongReady = () => {
});
await player0?.pause?.();
await player1?.pause?.();
navigate(Routes.FlowSelection);
navigate(Routes.Home);
} catch (e) {
console.log("Validate error", e?.message);
}
@@ -166,7 +166,7 @@ const SongReady = () => {
await player0?.pause?.();
await player1?.pause?.();
} catch {}
navigate(Routes.FlowSelection);
navigate(Routes.Home);
}}
progress={63}
/>