Fixed
Status Update
Comments
ch...@google.com <ch...@google.com>
lp...@google.com <lp...@google.com>
ap...@google.com <ap...@google.com> #2
We have some support in androidx.compose.ui.autofill
Leaving this bug open in case Ralston wants to add more info
Description
In Tivi I force exclude AppCompat from my dependencies. I've just noticed Compose's uses
DialogWrapper
androidx.appcompat.view.ContextThemeWrapper
when it doesn't need to. The normal platformandroid.view.ContextThemeWrapper
will work fine here.