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

Commit e0ac946f authored by Matt Pietal's avatar Matt Pietal Committed by Android (Google) Code Review
Browse files

Merge "Ambient aod - adjust scrim opacity" into main

parents fc61d012 df5bbc4f
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
            }