element-x-ada/libraries/matrix/test/src/main
Jorge Martin Espinosa e4aed6b56c
Fix crash when leaving room using LeaveRoomPresenter (#2498)
This happened because `roomInfoFlow` was shared eagerly and the `initial` part was called after the `Room` Rust object was destroyed.

I think there isn't a need for room info to be shared, it was a mistake I forgot to rollback.
2024-03-06 16:39:44 +00:00
..
kotlin/io/element/android/libraries/matrix/test Fix crash when leaving room using LeaveRoomPresenter (#2498) 2024-03-06 16:39:44 +00:00
AndroidManifest.xml Split module matrix to matrix.api with interfaces and data classes and matrix.impl with Rust implementation. 2023-03-02 17:12:13 +01:00