Merge "Fix a bug in timeshift mode" into udc-dev

This commit is contained in:
Shubang Lu
2023-04-24 05:56:42 +00:00
committed by Android (Google) Code Review

View File

@@ -223,7 +223,8 @@ public class ITvInputSessionWrapper extends ITvInputSession.Stub implements Hand
break;
}
case DO_TIME_SHIFT_SET_MODE: {
mTvInputSessionImpl.timeShiftSetMode((Integer) msg.obj);
mTvInputSessionImpl.timeShiftSetMode(msg.arg1);
break;
}
case DO_TIME_SHIFT_ENABLE_POSITION_TRACKING: {
mTvInputSessionImpl.timeShiftEnablePositionTracking((Boolean) msg.obj);