Fix the build

This commit is contained in:
Romain Guy
2009-05-22 07:32:41 -07:00
parent c0292b0440
commit 380cd96e5d

View File

@@ -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) {