file cosmetics

This commit is contained in:
sonora 2016-12-27 23:42:11 +01:00
parent 3674025076
commit c1ff1a4c4f

View file

@ -45,7 +45,6 @@ public class MultiTouchSupport {
protected Method getPointerId; protected Method getPointerId;
public MultiTouchSupport(Context ctx, MultiTouchZoomListener listener){ public MultiTouchSupport(Context ctx, MultiTouchZoomListener listener){
this.ctx = ctx; this.ctx = ctx;
this.listener = listener; this.listener = listener;
@ -131,10 +130,9 @@ public class MultiTouchSupport {
} catch (Exception e) { } catch (Exception e) {
log.debug("Multi touch exception" , e); //$NON-NLS-1$ log.debug("Multi touch exception" , e); //$NON-NLS-1$
} }
return false; return true;
} }
public PointF getCenterPoint() { public PointF getCenterPoint() {
return centerPoint; return centerPoint;
} }