lypsync & other

This commit is contained in:
2026-02-12 15:46:44 +01:00
parent e11ac93ff0
commit acfc7a8394
6 changed files with 77 additions and 19 deletions
+1
View File
@@ -405,6 +405,7 @@ const Home = ({ navigation, route }) => {
if (!action?.route) {
return
}
console.log("action route is ", action.route)
navigate(action.route, action.params)
},
[currentProject, ensureProjectSelected, hasActiveProject, handleStartNew]