Is this a bug? I have a `ComposeView` (`match_par...
# compose
a
Is this a bug? I have a
ComposeView
(
match_parent
width and height) inside a
FrameLayout
. I’m using this
ComposeView
as a place to show Compose Snackbars (and some other overlays) right now but the
ComposeView
doesn’t allow
Talkback
interactions with anything below it, even when no content is set inside it.