Explorar el Código

bugfix for image rendering

Andy Scherzinger hace 8 años
padre
commit
abe2b24f48
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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);
         }
     }