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

Commit 84ec09fa 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

Change-Id: I06ea14b8c99558985199987d1c036a7ed6b03742
parents 100f2e4d d85b0dd3
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;
    }