element-x-ada/features/ftue/impl/src
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
..
main Fix the onboarding flow getting stuck in some cases (#3778) 2024-10-31 10:55:17 +00:00
test/kotlin/io/element/android/features/ftue/impl Incoming session verification request 2024-10-29 09:26:15 +01:00