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
{{ message }}
This repository was archived by the owner on Feb 12, 2026. It is now read-only.
Currently if no menu items are set, the touch guard appears, and that's it.
In my app, I have a situation where I want the FSD to behave as a FAB when I change fragments, so no menus are available, and I'd want it to have an onClick listener.
So ideally, if no menus are present, the touch guard wouldn't show (since it'd be useless in that case) and a listener would be fired onClick.
The workaround, for now, would be for me to have a FAB on top of this library and I hide/unhide programmatically, but that's very messy.
Currently if no menu items are set, the touch guard appears, and that's it.
In my app, I have a situation where I want the FSD to behave as a FAB when I change fragments, so no menus are available, and I'd want it to have an onClick listener.
So ideally, if no menus are present, the touch guard wouldn't show (since it'd be useless in that case) and a listener would be fired onClick.
The workaround, for now, would be for me to have a FAB on top of this library and I hide/unhide programmatically, but that's very messy.
Will this be available someday?