Hi There,
Seems like ControllerPagerAdapter is deprecated. But if I put the new implementation of the conductor view pager into my build gradle(implementation 'com.bluelinelabs:conductor-viewpager:3.0.0-rc5') then all my controller that extends RestoreViewOnCreateMviController are screaming the following:
Cannot access 'com.bluelinelabs.conductor.RestoreViewOnCreateController' which is a supertype of 'com....controllers.homeadmin.HomeAdminController'. Check your module classpath for missing or conflicting dependencies
Does it mean i will have to change all my controllers to extends Controller and implements
MvpView, MviConductorDelegateCallback<V, P> to be able to use the latest conductor version?
Hi There,
Seems like ControllerPagerAdapter is deprecated. But if I put the new implementation of the conductor view pager into my build gradle(implementation 'com.bluelinelabs:conductor-viewpager:3.0.0-rc5') then all my controller that extends RestoreViewOnCreateMviController are screaming the following:
Cannot access 'com.bluelinelabs.conductor.RestoreViewOnCreateController' which is a supertype of 'com....controllers.homeadmin.HomeAdminController'. Check your module classpath for missing or conflicting dependenciesDoes it mean i will have to change all my controllers to extends Controller and implements
MvpView, MviConductorDelegateCallback<V, P> to be able to use the latest conductor version?