Loading packages/SystemUI/src/com/android/systemui/shade/domain/interactor/ShadeModeInteractor.kt +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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 } } } } Loading Loading
packages/SystemUI/src/com/android/systemui/shade/domain/interactor/ShadeModeInteractor.kt +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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 } } } } Loading