Fixed
Status Update
Comments
ch...@google.com <ch...@google.com>
lp...@google.com <lp...@google.com>
ap...@google.com <ap...@google.com> #2
Hi. Thanks for reporting this. Fixed in alpha-04
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.