Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ProGuard\R8 obfuscates classes with Injected View States #87

Closed
Duory opened this issue Feb 26, 2020 · 0 comments · Fixed by #90
Closed

ProGuard\R8 obfuscates classes with Injected View States #87

Duory opened this issue Feb 26, 2020 · 0 comments · Fixed by #90
Assignees

Comments

@Duory
Copy link

Duory commented Feb 26, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants