taltstidl / AndroidSlidingUpPanel

This library provides a simple way to add a draggable sliding up panel (popularized by Google Music and Google Maps) to your Android application. Brought to you by Umano.
http://umano.me
Apache License 2.0
13 stars 6 forks source link

NullPointer Exception #2

Closed taltstidl closed 9 years ago

taltstidl commented 9 years ago

The ViewDrag Helper throws a NullPointer when no Floating Action Button is attached.

taltstidl commented 9 years ago

Fixed by checking whether floating action button has been attached.