Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6069b58f authored by Garfield Tan's avatar Garfield Tan Committed by Android (Google) Code Review
Browse files

Merge "Stop removing raw status when device is disabled."

parents 5e90a0e4 c0d3b8c8
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1453,8 +1453,6 @@ void TouchInputMapper::processRawTouches(bool timeout) {
    if (mDeviceMode == DeviceMode::DISABLED) {
        // Drop all input if the device is disabled.
        cancelTouch(mCurrentRawState.when);
        mCurrentRawState.clear();
        mRawStatesPending.clear();
        mCurrentCookedState.clear();
        updateTouchSpots();
        return;