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

Commit 285c0fb6 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

am: a9f47216

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

Change-Id: Ifefc3a57f9df3bc26c4fd8476041d17f619cf9a0
parents c8ede8ff a9f47216
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;
    }