-
Notifications
You must be signed in to change notification settings - Fork 831
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
Crash when loading ViewHolder after Proguard added #210
Comments
Same thing happened to me, except java.lang.UnsupportedOperationException: Somehow we couldn't create the ViewHolder for message. Please, report this issue on GitHub with full stacktrace in description. |
Did you implement custom view holders? If yes, you need to keep their names from being obfuscated. |
You can use this proguard rules -dontwarn com.stfalcon.** |
Error below only occurs if proguard enabled. I also have this in my proguard rules:
Issue is resolved if I keep all from ChatKit:
The text was updated successfully, but these errors were encountered: