andremion / CounterFab

A FloatingActionButton subclass that shows a counter badge on right top corner
https://play.google.com/store/apps/details?id=com.andremion.counterfab.sample
Apache License 2.0
728 stars 112 forks source link

BadParcelableException still exists in v1.2.2 #37

Closed shreyashraj closed 4 years ago

shreyashraj commented 4 years ago
Screenshot 2019-12-16 at 12 07 34 PM Screenshot 2019-12-16 at 12 07 28 PM Screenshot 2019-12-16 at 12 07 22 PM

The counter fab is failing in a few version of android still in 1.2.2

shreyashraj commented 4 years ago
Screenshot 2019-12-16 at 12 07 06 PM
andremion commented 4 years ago

Hi @shreyashraj, Thanks to let me know. According to the line of code I see in the print (CounterFab.java:235) that is not the latest version. It seams version 1.0.3. User may be using old version of your app that is using old version of the library.

shreyashraj commented 4 years ago
Screenshot 2019-12-17 at 10 41 32 AM

Though I have replaced it with the latest version, will wait for few more days to see if any crash occurs. Thanks.