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

Commit 3a93be54 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: I4d4f2f42013b538e84f87c9e86d1417852fee376
parents 2c487064 addd3832
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2495,7 +2495,6 @@ void SurfaceFlinger::handleTransaction(uint32_t transactionFlags) {
    handleTransactionLocked(transactionFlags);

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