FloatingSearchView
FloatingSearchView copied to clipboard
Fade in crash
Are you using Proguard?
Yes, but no rules specified for your library.
Before going further, try to disable Proguard, and test again.
These are crashes by our user, i couldn't recreate it.
As you can see here, there's no NPE possible since icon != null
for sure - I suspect the object animator to fails because it can't find the getProgress()/setProgress()
methods (probably removed by proguard?)
Agree that those method maybe removed, but why crash only happenned on some user devices only? (All 4.x) On Mar 11, 2016 21:31, "Cerrato Renaud" [email protected] wrote:
As you can see here https://github.com/renaudcerrato/FloatingSearchView/blob/master/library/src/main/java/com/mypopsy/widget/FloatingSearchView.java#L458, there's no NPE possible since icon != null - I suspec the object animator to fails because it can't find the getProgress()/setProgress() methods (probably removed by proguard?)
— Reply to this email directly or view it on GitHub https://github.com/renaudcerrato/FloatingSearchView/issues/10#issuecomment-195389439 .
We are also experiencing this crash. It is reproducible every time on a Galaxy S3 running 4.0.4. The last answer here seems like it may be related http://stackoverflow.com/questions/24105843/choreographer-nullpointerexception
Are you using Proguard too? That code is in production for one my application already, and didn't experienced such crashes (no proguard).
No, don't think so. Have:
minifyEnabled false
in my gradle build file.
I'm unable to reproduce it... Can someone provide a test project? Pull Requests are welcome BTW.