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

Commit 5da13933 authored by Danny Burakov's avatar Danny Burakov Committed by Android (Google) Code Review
Browse files

Merge "[Dual Shade] Enable Dual Shade by default." into main

parents 8834fee9 4baa5583
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
    }
}