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"
When I look closer to the sender I receive:
In the sender I expect what is inside this$0
Can anybody help how to cast this$0 to the FloatingActionMenu
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"
When I look closer to the sender I receive:
In the sender I expect what is inside this$0
Can anybody help how to cast this$0 to the FloatingActionMenu