Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
Signed-off-by: enricocid <enrico2588@gmail.com>
  • Loading branch information
enricocid committed Jun 20, 2018
1 parent c1911da commit e0eff2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public void draw(Canvas canvas) {
if (isVisible()) {

// Draw the fast scroller popup
int restoreCount = canvas.save(Canvas.ALL_SAVE_FLAG);
int restoreCount = canvas.save();
canvas.translate(mBgBounds.left, mBgBounds.top);
mTmpRect.set(mBgBounds);
mTmpRect.offsetTo(0, 0);
Expand Down

0 comments on commit e0eff2e

Please sign in to comment.