Browse Source

formatting

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

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

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