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
The menu component flashes when opening the menu via visible=true. I think this is actually not observable in production builds (with a Samsung S21) but rather in poor performance scenarios (dev, emulator)
Expected behaviour
The menu doesnt flash
How to reproduce?
show a menu
Preview
the video only shows the menu flashing once; in the actual emulator it flashes every time when the menu opens
Current behaviour
The menu component flashes when opening the menu via
visible=true. I think this is actually not observable in production builds (with a Samsung S21) but rather in poor performance scenarios (dev, emulator)Expected behaviour
The menu doesnt flash
How to reproduce?
show a menu
Preview
the video only shows the menu flashing once; in the actual emulator it flashes every time when the menu opens
Screencast.from.10-01-2025.01.18.36.PM.webm
What have you tried so far?
add
fixes this issue; unfortunately I learned enough from experience to know this works but cant tell why.
Your Environment