Closed tronku closed 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.
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.