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

Commit 771e5828 authored by Jeff Brown's avatar Jeff Brown Committed by Android (Google) Code Review
Browse files

Merge "Improve input event consistency invariants."

parents 30f659aa 7832080b
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -443,7 +443,8 @@ status_t InputPublisher::appendMotionSample(


    if (! mPinned || ! mMotionEventSampleDataTail) {
    if (! mPinned || ! mMotionEventSampleDataTail) {
        LOGE("channel '%s' publisher ~ Cannot append motion sample because there is no current "
        LOGE("channel '%s' publisher ~ Cannot append motion sample because there is no current "
                "AMOTION_EVENT_ACTION_MOVE event.", mChannel->getName().string());
                "AMOTION_EVENT_ACTION_MOVE or AMOTION_EVENT_ACTION_HOVER_MOVE event.",
                mChannel->getName().string());
        return INVALID_OPERATION;
        return INVALID_OPERATION;
    }
    }