Open gmk57 opened 5 years ago
I've been having this issue for awhile. You think at 927 in FloatingView you could do:
if (mVelocityTracker == null) { mVelocityTracker = VelocityTracker.obtain(); mVelocityTracker.addMovement(event); } else { mVelocityTracker.addMovement(event); }
Or pass a non-null VelocityTracker to addMovement()?
We see in Crashlytics a rare exception on Samsung devices with Android 8 and 9: