Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e705f2c5 authored by Romain Guy's avatar Romain Guy
Browse files

Make gestures visible again.

parent 8db24105
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -84,7 +84,7 @@ public class GestureOverlayView extends FrameLayout {

    private final Rect mInvalidRect = new Rect();
    private final Path mPath = new Path();
    private boolean mGestureVisible;
    private boolean mGestureVisible = true;

    private float mX;
    private float mY;