am 380cd96e: Fix the build
Merge commit '380cd96e5d7018cbf43295c9f2f2a33897affd63' * commit '380cd96e5d7018cbf43295c9f2f2a33897affd63': Fix the build
This commit is contained in:
committed by
The Android Open Source Project
commit
d942f243e5
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user