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

Commit a9f47216 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: 12863b2a

* commit '12863b2a':
  SF: Also edit currentState in doTransaction

Change-Id: Ia1367baa3da6415e46caccc1ec75c8ac9026d131
parents 21e0857b 12863b2a
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;
    }