Ver Fonte

bugfix for image rendering

Andy Scherzinger há 8 anos atrás
pai
commit
abe2b24f48

+ 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);
         }
     }