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

Commit 7657719f authored by Vishnu Nair's avatar Vishnu Nair Committed by Android (Google) Code Review
Browse files

Merge "[sf-newfe] don't skip composite when trusted presentation listener is updated" into main

parents 3eba98cd d2a38f9e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2293,7 +2293,7 @@ bool SurfaceFlinger::updateLayerSnapshots(VsyncId vsyncId, nsecs_t frameTimeNs,
    bool newDataLatched = false;
    if (!mLegacyFrontEndEnabled) {
        ATRACE_NAME("DisplayCallbackAndStatsUpdates");
        applyTransactions(update.transactions, vsyncId);
        mustComposite |= applyTransactions(update.transactions, vsyncId);
        traverseLegacyLayers([&](Layer* layer) { layer->commitTransaction(); });
        const nsecs_t latchTime = systemTime();
        bool unused = false;