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

Commit d298aff7 authored by John Reck's avatar John Reck Committed by android-build-merger
Browse files

Fix RNA crash am: d58230c7

am: cb3cf9e3

Change-Id: If3e79b4593c8f1edf06f1b7e16e16a727c1a28b8
parents 9f1dde84 cb3cf9e3
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -83,9 +83,12 @@ void AnimatorManager::pushStaging() {
        }
        mNewAnimators.clear();
    }
    if (mAnimators.size()) {
        for (auto& animator : mAnimators) {
            animator->pushStaging(mAnimationHandle->context());
        }
        mParent.mProperties.updateMatrix();
    }
}

void AnimatorManager::onAnimatorTargetChanged(BaseRenderNodeAnimator* animator) {