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

Commit e8c512e6 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Fix touch fails after drag and drop" into rvc-dev am: 2c728339

Change-Id: I532d020256b07cbcf424fba62cb277dd9f5c681a
parents ce275541 2c728339
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() {