Browse Source

removed ImageView onDraw super call

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

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

@@ -58,7 +58,6 @@ public class ImageViewCustom extends ImageView {
             //
             //
             setLayerType(View.LAYER_TYPE_SOFTWARE, null);
             setLayerType(View.LAYER_TYPE_SOFTWARE, null);
         }
         }
-        super.onDraw(canvas);
 
 
         if(mGifMovie != null) {
         if(mGifMovie != null) {
             long nowTick = android.os.SystemClock.uptimeMillis();
             long nowTick = android.os.SystemClock.uptimeMillis();