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

Add proguard rules for R8 fullMode #455

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Goooler
Copy link
Contributor

@Goooler Goooler commented Aug 31, 2024

Closes #449.

Fixes

```
java.lang.ClassCastException: java.lang.Class cannot be cast to java.lang.reflect.ParameterizedType
    at com.tokenautocomplete.TokenCompleteTextView.reifyParameterizedTypeClass(SourceFile:96)
    at android.view.View.dispatchSaveInstanceState(View.java:22847)
    at android.view.ViewGroup.dispatchSaveInstanceState(ViewGroup.java:4029)
    at android.view.ViewGroup.dispatchSaveInstanceState(ViewGroup.java:4029)
    at android.view.ViewGroup.dispatchSaveInstanceState(ViewGroup.java:4029)
    at android.view.ViewGroup.dispatchSaveInstanceState(ViewGroup.java:4029)
    at android.view.ViewGroup.dispatchSaveInstanceState(ViewGroup.java:4029)
    at android.view.ViewGroup.dispatchSaveInstanceState(ViewGroup.java:4029)
    at android.view.ViewGroup.dispatchSaveInstanceState(ViewGroup.java:4029)
    at android.view.ViewGroup.dispatchSaveInstanceState(ViewGroup.java:4029)
    at android.view.View.saveHierarchyState(View.java:22830)
```
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 this pull request may close these issues.

Class cast crash
1 participant