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

Commit d224e611 authored by Pablo Ceballos's avatar Pablo Ceballos Committed by Android (Google) Code Review
Browse files

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

parents 09e5f59b 7d052575
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;
    }