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 has been archived by the owner on Oct 23, 2020. It is now read-only.
I am currently using FloatingActionMenu in a TabLayout along with the FAB in design library.
When I make an INDEFINITE snackbar and switch from tabs, the FAB in design library will raise up, but the FloatingActionMenu won't.
I have add a self-made behavior using answers in #61 , but it only works when the snackbar is shown in the FAM page, if you swipe from other pages with a snackbar, it still not raise up.
It seems the only way to fix this is by add a FAB like onLayout method, but I am not able to do that, does somebody want to start a PR on this?
(If no one is willing to do this, I might start do this while I have some spare time...maybe half a year or...)
Thanks a lot!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I am currently using FloatingActionMenu in a TabLayout along with the FAB in design library.
When I make an INDEFINITE snackbar and switch from tabs, the FAB in design library will raise up, but the FloatingActionMenu won't.
I have add a self-made behavior using answers in #61 , but it only works when the snackbar is shown in the FAM page, if you swipe from other pages with a snackbar, it still not raise up.
It seems the only way to fix this is by add a FAB like onLayout method, but I am not able to do that, does somebody want to start a PR on this?
(If no one is willing to do this, I might start do this while I have some spare time...maybe half a year or...)
Thanks a lot!
The text was updated successfully, but these errors were encountered: