Browse Source

bugfix for image rendering

Andy Scherzinger 8 years ago
parent
commit
abe2b24f48
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/com/owncloud/android/ui/preview/ImageViewCustom.java

+ 2 - 0
src/com/owncloud/android/ui/preview/ImageViewCustom.java

@@ -82,6 +82,8 @@ public class ImageViewCustom extends ImageView {
 
             mLastTick = nowTick;
             invalidate();
+        } else {
+            super.onDraw(canvas);
         }
     }