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

Commit d21cb6d2 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: I6bcd675d033cc1ef46d3498174b2bc52a0072f99
parents fbcc332c d224e611
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1442,6 +1442,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;
    }