etiennelenhart / Eiffel

Redux-inspired Android architecture library leveraging Architecture Components and Kotlin Coroutines
MIT License
211 stars 14 forks source link

Initial bindable state is not set immediately #88

Closed etiennelenhart closed 5 years ago

etiennelenhart commented 5 years ago

The initial state of a BindableState is never set since it is only updated when the corresponding State is emitted and mapped.