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

Commit 08688f7a authored by Matt Pietal's avatar Matt Pietal
Browse files

Lighten Ambient AOD

To reveal more wallpaper

Fixes: 406263837
Test: observe device
Flag: com.android.systemui.shared.ambient_aod
Change-Id: Iba28ebd8d0517219be224b26f6f9acdc9126b425
parent 3b618a98
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -139,7 +139,7 @@ constructor(
    fun setWallpaperSupportsAmbientMode(supportsAmbientMode: Boolean) {
        repository.maxAlpha.value =
            if (supportsAmbientMode) {
                0.54f
                0.2f
            } else {
                1f
            }