Make gestures visible again.

This commit is contained in:
Romain Guy
2009-06-16 17:07:21 -07:00
parent 8db24105cb
commit e705f2c52e

View File

@@ -84,7 +84,7 @@ public class GestureOverlayView extends FrameLayout {
private final Rect mInvalidRect = new Rect(); private final Rect mInvalidRect = new Rect();
private final Path mPath = new Path(); private final Path mPath = new Path();
private boolean mGestureVisible; private boolean mGestureVisible = true;
private float mX; private float mX;
private float mY; private float mY;