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

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

am 380cd96e: Fix the build

Merge commit '380cd96e'

* commit '380cd96e':
  Fix the build
parents 4c723bc7 380cd96e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -108,6 +108,9 @@ public class GestureEntry extends Activity {
            public void onGestureStarted(GestureOverlayView overlay, MotionEvent event) {
                overlay.clear(false);
            }
            
            public void onGestureCancelled(GestureOverlayView overlay, MotionEvent event) {
            }
        });

        if (savedInstanceState != null) {