remove unnecessary super call
This commit is contained in:
parent
760d6f1186
commit
5524da3ad3
@ -41,7 +41,7 @@ class GestureHelper {
|
||||
public boolean onScaleBegin(ScaleGestureDetector detector) {
|
||||
initialSpan = detector.getCurrentSpan();
|
||||
prevNbStep = 0;
|
||||
return super.onScaleBegin(detector);
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user