element-x-ada/appnav
Jorge Martin Espinosa 2e2d68ba83
Load JoinedRoom in home screen, pass it to the room flow (#5817)
* Load `JoinedRoom` in `HomeFlowNode.navigateToRoom`, then pass it to the next navigation nodes

* Add delayed loading indicator for cases when loading the room takes too long

* Avoid an extra FFI call in `RustRoomFactory`.

Use `RoomInfo.membership` instead.

Also use `computation` dispatcher, since it should reduce the delay when switching contexts.

* Remove the dispatcher usage when loading the room in `HomeFlowNode`, we immediately call a method that changes the dispatcher used

* Make sure only a single room is opened at a time
2025-12-02 15:22:55 +00:00
..
src Load JoinedRoom in home screen, pass it to the room flow (#5817) 2025-12-02 15:22:55 +00:00
build.gradle.kts Merge pull request #5722 from element-hq/feature/bma/moduleCleanup 2025-11-18 16:14:10 +01:00