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

Commit ad494f0a authored by Rob Carr's avatar Rob Carr Committed by Automerger Merge Worker
Browse files

Merge "Don't call invalidateHwcGeometry when handling transactions" into sc-dev am: addd3832

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/native/+/15404307

Change-Id: I1114c1f2899a4652c63f78b52caa15a23766e407
parents 09c296ef addd3832
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2482,7 +2482,6 @@ void SurfaceFlinger::handleTransaction(uint32_t transactionFlags) {
    handleTransactionLocked(transactionFlags);

    mDebugInTransaction = 0;
    invalidateHwcGeometry();
    // here the transaction has been committed
}