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

Commit 4638a298 authored by Pablo Ceballos's avatar Pablo Ceballos Committed by android-build-merger
Browse files

Merge "SF: Also edit currentState in doTransaction" into nyc-dev am: d224e611

am: d21cb6d2

* commit 'd21cb6d2':
  SF: Also edit currentState in doTransaction

Change-Id: Ibdd0b9d5ca307c0bbc59b5be5d1f47cf51e67e5f
parents 21e0857b d21cb6d2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1440,6 +1440,8 @@ uint32_t Layer::doTransaction(uint32_t flags) {
    // this is used by Layer, which special cases resizes.
    if (flags & eDontUpdateGeometryState)  {
    } else {
        Layer::State& editCurrentState(getCurrentState());
        editCurrentState.active = editCurrentState.requested;
        c.active = c.requested;
    }