element-x-ada/samples/minimal
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/main MatrixRoom API refinement (#719) 2023-06-29 10:48:55 +02:00
.gitignore Create sample app for checking stuff quickly 2023-02-14 20:57:11 +01:00
build.gradle.kts Merge pull request #443 from vector-im/feature/bma/timelineStateEventFormatting 2023-05-26 10:43:10 +02:00
proguard-rules.pro Create sample app for checking stuff quickly 2023-02-14 20:57:11 +01:00