element-x-ada/features/ftue/impl
Jorge Martin Espinosa 057ef38644
Fix the onboarding flow getting stuck in some cases (#3778)
This was caused by several `DefaultFtueService` instances being created and only the latest one receiving new state updates while the `LoggedInFlowNode` which decides the navigation was stuck subscribed to the initial one. `DefaultFtueService` has now been marked as s singleton to fix this.
2024-10-31 10:55:17 +00:00
..
src Fix the onboarding flow getting stuck in some cases (#3778) 2024-10-31 10:55:17 +00:00
build.gradle.kts Centralise the DI code generation logic (#3562) 2024-09-30 12:20:28 +00:00