Fix the build
This commit is contained in:
@@ -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