Merge "Fix CTS failures caused by ITvInteractiveAppSessionWrapper"

This commit is contained in:
Shubang Lu
2022-08-22 23:12:32 +00:00
committed by Android (Google) Code Review

View File

@@ -217,7 +217,7 @@ public class ITvInteractiveAppSessionWrapper
case DO_DISPATCH_SURFACE_CHANGED: {
SomeArgs args = (SomeArgs) msg.obj;
mSessionImpl.dispatchSurfaceChanged(
(Integer) args.arg1, (Integer) args.arg2, (Integer) args.arg3);
(Integer) args.argi1, (Integer) args.argi2, (Integer) args.argi3);
args.recycle();
break;
}