Closed tellfa closed 8 years ago
My bad, I will fix it soon.
When you put new update ?
@tellfa for now there is a way to handle this problem
in your onClick listener
check if menu is open then perform onclick task
if(build.isMenuOpen()) { .... }
@adeel-quantumcph your code as if(build.isMenuOpen())
doesnt work on sample code, how to do that?
@tux-world like this
springFloatingActionMenu.addMenuItem(R.color.green,drawableId,"label", R.color.white,50, new View.OnClickListener() {
@Override
public void onClick(View v) {
if(build.isMenuOpen()) {
build.hideMenu();
//do something here
}
}
});
@adeel-quantumcph Thanks, could you help me, how can i disable moving menu on screen?
@adeel-quantumcph thanks man :heart:
Fixed by @brucetoo. Thanks~
Hi man, I have a strange problem in this library!!! I didn't open the menu, but click on application show me menu items title in toast! please show below image :
please fix this big bug ;) Thanks