that should really default to true
This commit is contained in:
@@ -192,7 +192,7 @@ public abstract class Movement implements Helper, MovementHelper {
|
||||
}
|
||||
|
||||
protected boolean safeToCancel(MovementState currentState) {
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
public boolean isFinished() {
|
||||
|
Reference in New Issue
Block a user