feat: refine creation and registration flows
This commit is contained in:
@@ -295,7 +295,7 @@ const Home = ({ navigation, route }) => {
|
||||
if (selectedProject?.id !== currentProject.id) {
|
||||
selectProject(currentProject.id)
|
||||
}
|
||||
const targetRoute = beatmakerStage?.route || Routes.Compose
|
||||
const targetRoute = beatmakerStage?.route || Routes.ComposeSong
|
||||
navigate(targetRoute, beatmakerStage?.params)
|
||||
},
|
||||
},
|
||||
@@ -324,7 +324,7 @@ const Home = ({ navigation, route }) => {
|
||||
const songwriterAction = useMemo(() => getStageAction('songwriter', null), [])
|
||||
|
||||
const handleStartNew = useCallback(async () => {
|
||||
const targetRoute = songwriterAction?.route || Routes.WritingLyrics
|
||||
const targetRoute = songwriterAction?.route || Routes.CreateLyricsWithAi
|
||||
const targetParams = songwriterAction?.params
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user