Status Update
Comments
ad...@google.com <ad...@google.com> #2
I'm seeing this as well, and it's happening after navigating to a screen that does not even use compose dependencies. Our flow is:
Non Compose fragment -> Compose fragment -> Non compose fragment -> This crash immediately
Currently troubleshooting, but coming up empty and cannot reproduce on my device, but seeing crashes on client devices.
Non Compose fragment -> Compose fragment -> Non compose fragment -> This crash immediately
Currently troubleshooting, but coming up empty and cannot reproduce on my device, but seeing crashes on client devices.
al...@gmail.com <al...@gmail.com> #3
What devices and API levels are you seeing this issue?
Description
See
Moreover, on ChromeOS, when opening a menu and then resizing the Windows, the PopupMenu remains open after the configuration change despite PopupMenu.dismiss() being called in onStop().
When using standard PopupMenu.show() + PopupMenu.dismiss(), it works. Go figure out…
That being said, I don't see any reason to disallow showing icons on such menu using a public API.
Moreover, submenus of PopupMenu DO show such icons (because internally Android uses PopupMenuHelper…).
I'd like an API on PopupMenu like setForceShowIcon or whatever.