Skip to content

Commit

Permalink
bugfix for image rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyScherzinger committed Jun 14, 2016
1 parent 9e116e6 commit abe2b24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/com/owncloud/android/ui/preview/ImageViewCustom.java
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ protected void onDraw(Canvas canvas) {

mLastTick = nowTick;
invalidate();
} else {
super.onDraw(canvas);
}
}

Expand Down

0 comments on commit abe2b24

Please sign in to comment.