Commit fe473936 by Googler Committed by microkatz

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 88445d21)
parent cc9823d9
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment