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

Commit 380cd96e authored by Romain Guy's avatar Romain Guy
Browse files

Fix the build

parent c0292b04
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) {