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

Commit af0689d6 authored by Marissa Wall's avatar Marissa Wall Committed by android-build-merger
Browse files

Merge "jank: un-handled deferred transaction" into qt-dev am: d85b0dd3

am: 84ec09fa

Change-Id: I548cdc070c67345cf3c4bb8b0a864a13efd93808
parents 368a7dd5 84ec09fa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -430,7 +430,7 @@ bool BufferLayer::latchBuffer(bool& recomputeVisibleRegions, nsecs_t latchTime)
    sp<GraphicBuffer> oldBuffer = mActiveBuffer;

    if (!allTransactionsSignaled()) {
        mFlinger->signalLayerUpdate();
        mFlinger->setTransactionFlags(eTraversalNeeded);
        return false;
    }