element-x-ada/features/ftue
Jorge Martín f421f94639 Fix session verification incorrectly displaying as 'not verified' when the user opened the app with no network connection.
It turns out `encryptionService.verificationState()` runs a network request that will cause a deadlock when it fails.

Also fixed another deadlock that caused the screen to remain blank sometimes after logging in, because DataStore got stuck when checking the `skipVerification` state for some reason I don't fully understand.
2024-06-28 11:35:08 +02:00
..
api Remove the FtueEntryPoint.Callback, LoggedInFlowNode is already observing the Ftue state to change the root target. 2024-05-01 13:49:57 +02:00
impl Fix session verification incorrectly displaying as 'not verified' when the user opened the app with no network connection. 2024-06-28 11:35:08 +02:00
test Create test module with FakeFtueService 2024-06-17 15:12:08 +02:00