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

MVI - RestoreViewOnCreateController equivalent #211

Closed MFlisar closed 7 years ago

MFlisar commented 7 years ago

Additonal to following:

public abstract class MviController<V extends MvpView, P extends MviPresenter<V, ?>> extends Controller implements MvpView, MviConductorDelegateCallback<V, P>

will you add a version that extends RestoreViewOnCreateController?

sockeqwe commented 7 years ago

Yes, thats easy, i will add that one too.

Btw. Please report mosby-conductor related issues in mosby-conductor repo / issue tracker

https://github.com/sockeqwe/mosby-conductor/issues

MFlisar commented 7 years ago

Sure, just forgot that it's another repo

sockeqwe commented 7 years ago

No problem! Btw. the code from above is exactly how it should look like. Do you wanna send a pull request? Then a snapshot version will be build automatically

MFlisar notifications@github.com schrieb am So., 12. Feb. 2017, 12:26:

Sure, just forgot that it's another repo

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/sockeqwe/mosby/issues/211#issuecomment-279211990, or mute the thread https://github.com/notifications/unsubscribe-auth/AAjnrqPtNxqxojfXAJdJGy5ae_MQMRXbks5rbuxigaJpZM4L-ca2 .

MFlisar commented 7 years ago

Sure, I'll do that