This repository has been archived by the owner on Jul 10, 2020. It is now read-only.
v 1.0.5
- Replace
OnFABsMenuUpdateListener
withFABsMenuListener
, which is an abstract class, so you don't need to implement all methods, but just the ones you need. It also has a default implementation for the FABsMenu click, to open/close the menu. Thanks for the suggestion @TheAndroidMaster