sockeqwe / mosby

A Model-View-Presenter / Model-View-Intent library for modern Android apps
http://hannesdorfmann.com/mosby/
Apache License 2.0
5.49k stars 841 forks source link

fix crash of mvi-sample #324

Closed satoshun closed 5 years ago

satoshun commented 5 years ago

MviBasePresenter.intent replace ReplaySubject with UnicastSubject. selectedItemsIntent used from multi subscribers, So mvi-sample project crashed now.

I used Connectable Observable(publish + refcount), it resolved.

sockeqwe commented 5 years ago

Thanks!