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

Commit b7ee8e2c authored by Michael Jurka's avatar Michael Jurka Committed by Android Git Automerger
Browse files

am 6ad5d69d: am 0a232673: am bf378fd7: Don\'t allow screen invalidations to go...

am 6ad5d69d: am 0a232673: am bf378fd7: Don\'t allow screen invalidations to go outside bounds of screen

* commit '6ad5d69d':
  Don't allow screen invalidations to go outside bounds of screen
parents 6bf8742f 6ad5d69d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -910,6 +910,8 @@ public abstract class HardwareRenderer {
            if (canDraw()) {
                if (!hasDirtyRegions()) {
                    dirty = null;
                } else if (dirty != null) {
                    dirty.intersect(0, 0, mWidth, mHeight);
                }
                attachInfo.mIgnoreDirtyState = true;
                attachInfo.mDrawingTime = SystemClock.uptimeMillis();