Fixed
Status Update
Comments
ch...@google.com <ch...@google.com>
lp...@google.com <lp...@google.com>
ap...@google.com <ap...@google.com> #2
A couple of questions:
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
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.