You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
After removing InjectViewState annotations -keepnames @moxy.InjectViewState class * rule become useless
Consequently ViewStateLocator can not get ViewState and bind presenter.
Need to replace with something like -keepnames class * extends moxy.MvpPresenter
The text was updated successfully, but these errors were encountered:
Hi!
After removing InjectViewState annotations
-keepnames @moxy.InjectViewState class *
rule become uselessConsequently ViewStateLocator can not get ViewState and bind presenter.
Need to replace with something like
-keepnames class * extends moxy.MvpPresenter
The text was updated successfully, but these errors were encountered: