Files
letro-android/libraries
Jorge Martin Espinosa 77be19bf3b 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
..
2025-11-17 18:05:29 +01:00
2025-11-18 07:53:45 +00:00
2025-11-12 12:24:46 +01:00
2025-11-10 16:59:00 +01:00
2025-11-24 17:28:49 +01:00
2025-11-12 23:04:55 +01:00
2025-11-19 18:28:00 +01:00