Closed unhoo28 closed 1 year ago
use above.
It is implemented internally with below https://github.com/airbnb/mavericks/blob/5174519c59a52e8df3a49b213d582dc4aba37bb2/mvrx-common/src/main/java/com/airbnb/mvrx/MavericksRepository.kt#L235-L253
use above.
It is implemented internally with below
Thank you, it works fine~
Hello, i have a question. I need to observe the flow from room, but with execute looks like only receive onece, and the room chage later will not be receive in viewmodel. how can I observe the room flow continuously in viewmodel?