removed ImageView onDraw super call

This commit is contained in:
Andy Scherzinger 2016-06-14 09:47:45 +02:00
parent d00cf73fee
commit 9e116e6a98

View file

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