Explorar el Código

touchimageview: Removed empty statement.

; has no meaning here.
ardevd hace 7 años
padre
commit
3485cbe3fb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/main/java/com/ortiz/touch/TouchImageView.java

+ 1 - 1
src/main/java/com/ortiz/touch/TouchImageView.java

@@ -63,7 +63,7 @@ public class TouchImageView extends AppCompatImageView {
     //
 	private Matrix matrix, prevMatrix;
 
-    private enum State { NONE, DRAG, ZOOM, FLING, ANIMATE_ZOOM };
+    private enum State { NONE, DRAG, ZOOM, FLING, ANIMATE_ZOOM }
     private State state;
 
     private float minScale;