Michal Guspiel
09/09/2024, 8:32 PMNavigationBar
. In release mode, the navigation bar’s colors differ from those in the debug build. I’ve traced the issue to ProGuard, but even using the rule -keep class androidx.compose.material3.** { *; }
doesn’t solve the problem. The only ProGuard flags that seem to work are -dontobfuscate
and -dontshrink
.
I’m wondering if someone here faced such issue. Thanks