You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ciao @francescogatto, thanks for reporting this issue. I'm planning to fix it for the next release but meanwhile you can work around it using setEnabled() directly on the main FAB: mSpeedDialView.getMainFab().setEnabled(false);
Hi,
I'm trying to disable the main fab to prevent to open the menu. I tried with enabled and clickable, but it doesn't work
The text was updated successfully, but these errors were encountered: