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

Commit df5bbc4f authored by Matt Pietal's avatar Matt Pietal
Browse files

Ambient aod - adjust scrim opacity

Reveal a bit more wallpaper

Test: manual
Fixes: 402757521
Flag: com.android.systemui.shared.ambient_aod
Change-Id: I6d629d847986c448a5235b99795617a9c2fe8427
parent 06312a45
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.7f
                0.54f
            } else {
                1f
            }