element-x-ada/features/roomdetails/impl
Marco Romano 354374ed49 MatrixRoom API refinement (#719)
- `syncUpdateFlow` becomes a `val` and always returns the same instance of the underlying `StateFlow` instead of different `Flow` instances to allow consumers not to remember the `Flow` and not to specify an unneeded initial value.
- `timeline` becomes a `val` as it already always returns the same instance.
- Amends calling code accordingly
- Removes a few unneeded `val`s in `RustMatrixClient
- Fixes a small bug in `MessagesPresenter` that allowed to sometime show a newly created room's name as "Empty room" (changes `LaunchedEffect(syncUpdateFlow)` to `LaunchedEffect(syncUpdateFlow.value)`)
2023-06-29 10:48:55 +02:00
..
src MatrixRoom API refinement (#719) 2023-06-29 10:48:55 +02:00
.gitignore [Room Details] Implement room details screen (#256) 2023-03-29 05:16:27 +00:00
build.gradle.kts Now that the composer as been removed, we do not need element resource module anymore. 2023-06-27 13:34:55 +02:00
consumer-rules.pro [Room Details] Implement room details screen (#256) 2023-03-29 05:16:27 +00:00