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

Commit 4baa5583 authored by burakov's avatar burakov Committed by Danny Burakov
Browse files

[Dual Shade] Enable Dual Shade by default.

Fix: 376411622
Test: Tested manually on a freshly flashed device.
Flag: com.android.systemui.scene_container
Change-Id: Ic8a9a073865483bbd502c19f614e926824127721
parent 64f3da00
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -118,7 +118,7 @@ constructor(

    companion object {
        /* Whether the Dual Shade setting is enabled by default. */
        private const val DUAL_SHADE_ENABLED_DEFAULT = false
        private const val DUAL_SHADE_ENABLED_DEFAULT = true
    }
}