You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.IllegalStateException: Already in the pool!
at android.util.Pools$SimplePool.release(Pools.java:112)
at android.util.Pools$SynchronizedPool.release(Pools.java:161)
at android.view.VelocityTracker.recycle(VelocityTracker.java:85)
at com.xxx.xxx.player.DispatchLayout.dispatchTouchEvent(DispatchLayout.java:83)
The text was updated successfully, but these errors were encountered:
有时候快速滑动的时候就挂了。是不是recycle是异步的,2次up事件太短,瞎猜的。
不要这个方法可以不。
java.lang.IllegalStateException: Already in the pool!
at android.util.Pools$SimplePool.release(Pools.java:112)
at android.util.Pools$SynchronizedPool.release(Pools.java:161)
at android.view.VelocityTracker.recycle(VelocityTracker.java:85)
at com.xxx.xxx.player.DispatchLayout.dispatchTouchEvent(DispatchLayout.java:83)
The text was updated successfully, but these errors were encountered: