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

Commit bd8305f3 authored by Lucas Dupin's avatar Lucas Dupin Committed by android-build-merger
Browse files

Merge "Decreases likelihood of AoD flickering" into oc-mr1-dev

am: c856aa18

Change-Id: Ia9a137a7d7d4e0b170dabdae7aa5fd4253255a6e
parents 906026f1 c856aa18
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -384,7 +384,7 @@ public class DozeScrimController {
            if (mDozeParameters.getAlwaysOn()) {
            if (mDozeParameters.getAlwaysOn()) {
                // Setting power states can happen after we push out the frame. Make sure we
                // Setting power states can happen after we push out the frame. Make sure we
                // stay fully opaque until the power state request reaches the lower levels.
                // stay fully opaque until the power state request reaches the lower levels.
                setDozeInFrontAlphaDelayed(mAodFrontScrimOpacity, 30);
                setDozeInFrontAlphaDelayed(mAodFrontScrimOpacity, 100);
            }
            }
        }
        }
    };
    };