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

Commit 8195e4f0 authored by Romain Guy's avatar Romain Guy Committed by The Android Open Source Project
Browse files

am e705f2c5: Make gestures visible again.

Merge commit 'e705f2c5'

* commit 'e705f2c5':
  Make gestures visible again.
parents 3e399de9 e705f2c5
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;