freeletics / RxRedux

Redux implementation based on RxJava
https://freeletics.engineering/2018/08/16/rxredux.html
Apache License 2.0
567 stars 34 forks source link

Render is not call in ViewBinding in case previous state is equal to current #116

Open dommy1985 opened 4 years ago

dommy1985 commented 4 years ago

Hi I have problem in case send two times same action the render of view binding is called just first time, but state is called right . I know that for logic is right because UI shouldn't have any problems but I have a case where need to force render for same action, are some method that I can call?

dommy1985 commented 4 years ago

Fixed myself by using a custom RefreshableLiveData on state