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

Commit 4184e74a authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 991e4a02 ac68156c
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -118,7 +118,7 @@ constructor(


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