Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
courville committed Sep 13, 2024
1 parent d2760c5 commit 31f29c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ protected void onDraw(Canvas canvas) {
}
}

c.drawBitmap(draw, mDrawX, 0, mPaint);
c.drawBitmap(mScaledBitmap, mDrawX, 0, mPaint);
if (c != canvas) {
c.restore();
mExternalSurface.unlockCanvasAndPost(c);
Expand Down

0 comments on commit 31f29c7

Please sign in to comment.