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

Commit 2955f17b authored by Mathias Agopian's avatar Mathias Agopian Committed by Android Git Automerger
Browse files

am a628e023: am 102f4dbb: am 8e4a110b: Merge change I5469a4ac into eclair

Merge commit 'a628e0238519a596e2d10981aae0aab65418f271'

* commit 'a628e0238519a596e2d10981aae0aab65418f271':
  fixed [2260070] display stopped updating
parents cb956bb4 b0f41b76
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()