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

Commit 2c728339 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix touch fails after drag and drop" into rvc-dev

parents 8e46e756 4df68ab9
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -220,6 +220,9 @@ void Layer::removeFromCurrentState() {
    }

    mFlinger->markLayerPendingRemovalLocked(this);
    if (hasInput()) {
        mFlinger->dirtyInput();
    }
}

void Layer::onRemovedFromCurrentState() {