PASSION ONLY - fix npe
This commit is contained in:
@@ -288,8 +288,10 @@ public class AllAppsView extends RSSurfaceView
|
|||||||
}
|
}
|
||||||
|
|
||||||
mLastMotionX = -10000;
|
mLastMotionX = -10000;
|
||||||
mVelocity.recycle();
|
if (mVelocity != null) {
|
||||||
mVelocity = null;
|
mVelocity.recycle();
|
||||||
|
mVelocity = null;
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user