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

Commit 050861f9 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "use more correct case condition when consume input"

parents 219b580f e3e11a77
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -446,7 +446,7 @@ status_t InputConsumer::consume(InputEventFactoryInterface* factory,
            break;
        }

        case AINPUT_EVENT_TYPE_MOTION: {
        case InputMessage::TYPE_MOTION: {
            ssize_t batchIndex = findBatch(mMsg.body.motion.deviceId, mMsg.body.motion.source);
            if (batchIndex >= 0) {
                Batch& batch = mBatches.editItemAt(batchIndex);