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

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

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

Change-Id: I30b6170c8f41a7e330511ad70abd2257a34bdee2
parents fc06a1a5 d224e611
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;
    }