tajchert / BusWear

EventBus for Android Wear devices.
Apache License 2.0
257 stars 23 forks source link

Updated findParcelMethod to handle private and protected constructors #17

Closed btkelly closed 8 years ago

btkelly commented 8 years ago

This change allows for reflection to locate private and protected Parcel constructors which should resolve #5.

This also removed the wrapping try catch as I'm guessing that was accidentally included.

btkelly commented 8 years ago

I didn't actually mean to change the tag, I just removed the outer try catch, the inside one always had the BusWear tag. I'll revert it to use the old TAG