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

Commit 102f4dbb authored by Mathias Agopian's avatar Mathias Agopian Committed by Android Git Automerger
Browse files

am 8e4a110b: Merge change I5469a4ac into eclair

Merge commit '8e4a110b' into eclair-mr2

* commit '8e4a110b':
  fixed [2260070] display stopped updating
parents c711e06c 8e4a110b
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -515,6 +515,11 @@ void Layer::unlockPageFlip(
        dirtyRegion.andSelf(visibleRegionScreen);
        outDirtyRegion.orSelf(dirtyRegion);
    }
    if (visibleRegionScreen.isEmpty()) {
        // an invisible layer should not hold a freeze-lock
        // (because it may never be updated and thereore never release it)
        mFreezeLock.clear();
    }
}

void Layer::finishPageFlip()