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

Commit ac68156c authored by Ale Nijamkin's avatar Ale Nijamkin Committed by Android (Google) Code Review
Browse files

[Dual Shade] Disable Dual Shade by default.

This reverts commit 4baa5583.

Reason for revert: worries about performance numbers for Flexiglass being hurt by dual shade. We should do performance studies for Flexiglass and for Dual Shade separately.

Change-Id: Ib180d4d3d937a2db67cfec318fada8b7efdeedc7
parent 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 = true
        private const val DUAL_SHADE_ENABLED_DEFAULT = false
    }
}