Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix crash: NPE in SuggestionStripView in LatinIME
The first parameter in `GestureDetector.OnGestureListener#onScroll` might be null, which indicates an incomplete event stream or error state. https://developer.android.com/reference/android/view/GestureDetector.OnGestureListener#onScroll(android.view.MotionEvent,%20android.view.MotionEvent,%20float,%20float) Bug: 383053077 Google: 3405839 Change-Id: I6e49ae353beafb6585184fa729041570991f240c Signed-off-by: Pranav Vashi <neobuddy89@gmail.com> Signed-off-by: Pranav Temkar <pranavtemkar@gmail.com>
- Loading branch information