fossasia / susi_android

SUSI.AI Android App https://play.google.com/apps/testing/ai.susi
Apache License 2.0
2.42k stars 1.11k forks source link

fix: Resolve gesture error #2433

Closed tronku closed 4 years ago

tronku commented 4 years ago

Fixes #2420

Changes: The issue was with the parameter type which should be nullable but was defined non-nullable. So, I changed the type and handled the case when the motionevents are null which was causing the crash.