taltstidl / AppCompat-Extension-Library

A library that builds on the AppCompat Design Library and provides additional common components such as AccountHeaderView, FloatingActionMenu, CircleImageView, Picker Dialogs, FlexibleToolbarLayout, Delightful Detail Drawables and TypefaceCompat.
Apache License 2.0
304 stars 42 forks source link

Fix FAM without close drawable resource #23

Closed athospg closed 7 years ago

athospg commented 7 years ago

Just a simple fix. If the floating action didn't have a 'fabMenuCloseIconSrc' the app would crash;

taltstidl commented 7 years ago

@athospg Thanks, as always :smile: