mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 21:25:35 +03:00
removed ImageView onDraw super call
This commit is contained in:
parent
d00cf73fee
commit
9e116e6a98
1 changed files with 0 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue