mirror of
https://github.com/samsonjs/media.git
synced 2026-04-01 10:35:48 +00:00
Add @SuppressWarnings to unblock T SDK for <unknown commit>
LSC: https://docs.google.com/document/d/16tpK6aXqN68PvTyvt4siM-m7f0NXi_8xEeitLDzr8xY/edit?usp=sharing
TESTED=NA
BEGIN_PUBLIC/END_PUBLIC
PiperOrigin-RevId: 486180995
(cherry picked from commit 88445d213a)
This commit is contained in:
parent
cc9823d96b
commit
fe47393618
1 changed files with 2 additions and 0 deletions
|
|
@ -94,6 +94,8 @@ import androidx.annotation.BinderThread;
|
|||
return true;
|
||||
}
|
||||
|
||||
// Incompatible parameter type for e1.
|
||||
@SuppressWarnings("nullness:override.param.invalid")
|
||||
@Override
|
||||
public boolean onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY) {
|
||||
// Calculate the touch delta in screen space.
|
||||
|
|
|
|||
Loading…
Reference in a new issue