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
After opening a dialog it sometimes happens that this breaks the fab animation and the fab vanishes and is not shown again. The video shows that the fab does not appear anymore after opening the dialog the second time. I think this is related to using focus while animating, but I'm not 100% sure about this. Often the fab is not shown after shwoing the dialog the first time as well...
I could observe, that this only happens if the dialog has an EditText that instantly requests focus and opens the keyboard.
For your information, I'm not doing anything with the fab myself like hidding it or pinning it, it's placed at a fix position and is not shown/hidden while scrolling the list - as you can see in my example layout.
After opening a dialog it sometimes happens that this breaks the fab animation and the fab vanishes and is not shown again. The video shows that the fab does not appear anymore after opening the dialog the second time. I think this is related to using focus while animating, but I'm not 100% sure about this. Often the fab is not shown after shwoing the dialog the first time as well...
I could observe, that this only happens if the dialog has an
EditText
that instantly requests focus and opens the keyboard.For your information, I'm not doing anything with the fab myself like hidding it or pinning it, it's placed at a fix position and is not shown/hidden while scrolling the list - as you can see in my example layout.
Here's a video showing the behaviour:
Example layout
The text was updated successfully, but these errors were encountered: