Skip to content

Add proguard rules for R8 fullMode#455

Open
Goooler wants to merge 2 commits intosplitwise:mainfrom
Goooler:add-proguard-rules
Open

Add proguard rules for R8 fullMode#455
Goooler wants to merge 2 commits intosplitwise:mainfrom
Goooler:add-proguard-rules

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)
```
@Goooler Goooler force-pushed the add-proguard-rules branch from 202b733 to f325772 Compare August 31, 2024 08:52
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