Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 35764db1 authored by Mill Chen's avatar Mill Chen
Browse files

Update expressive flag check

Fix: 398250376
Test: atest and build
Flag: EXEMPT bugfix
Change-Id: I945cc3bdf0810e5f03e1d341322249f163c82ee4
parent 7d96d0a4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ object SettingsThemeHelper {
    private fun tryInit(context: Context) {
        expressiveThemeState =
            if (
                (Build.VERSION.SDK_INT >= Build.VERSION_CODES.VANILLA_ICE_CREAM) &&
                (Build.VERSION.SDK_INT > Build.VERSION_CODES.VANILLA_ICE_CREAM) &&
                        (getPropBoolean(context, IS_EXPRESSIVE_DESIGN_ENABLED, false) ||
                                Flags.isExpressiveDesignEnabled())
            ) {