Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Guard against using Android API not defined in API level 16 & 17 (#8006)
This adds a guard around the call to MotionEvent.isFromSource, which is not implemented in API 16 and 17. Fixes flutter/flutter#28640
- Loading branch information