mirror of
https://github.com/material-components/material-components-android.git
synced 2026-01-23 16:01:40 +08:00
On S, it seems like the framework has a different behavior of applying themes/styles on the decor view theme. Catalog's theme overlay applying logic didn't take care of the implication of the decor view theme, somehow this causes the Material themes are not applied to decor views at all, when a theme overlay is applied. We've solved the similar issue with the dynamic color implementation. Applies the same fix on catalog to fix this issue. Resolves https://github.com/material-components/material-components-android/issues/2682 PiperOrigin-RevId: 511254476