ZoroYouth
Results
1
comments of
ZoroYouth
``` if (mActiveCard != null && topCard != null && topCard == mActiveCard) { if (this.flingCardListener.isTouching()) { PointF lastPoint = this.flingCardListener.getLastPoint(); if (this.mLastTouchPoint == null || !this.mLastTouchPoint.equals(lastPoint)) { this.mLastTouchPoint =...