am 380cd96e: Fix the build

Merge commit '380cd96e5d7018cbf43295c9f2f2a33897affd63'

* commit '380cd96e5d7018cbf43295c9f2f2a33897affd63':
  Fix the build
This commit is contained in:
Romain Guy
2009-05-22 11:25:56 -07:00
committed by The Android Open Source Project

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