Android Question FloatingActionMenu in each panel Sender not working

m643

Member
Licensed User
Longtime User
Hello all,

I'm trying to use the libary DonManfred to load the floating action menu for each panel in my custom listview. When I click the action button i'm trying to get the sender but I get the error "java.lang.ClassCastException: de.donmanfred.FloatingActionMenuWrapper$1 cannot be cast to com.github.clans.fab.FloatingActionMenu"
upload_2016-12-9_17-43-12.png


When I look closer to the sender I receive:
upload_2016-12-9_17-36-41.png


In the sender I expect what is inside this$0

upload_2016-12-9_17-37-25.png


Can anybody help how to cast this$0 to the FloatingActionMenu
 
Top