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

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

Fix RNA crash

am: d58230c7

Change-Id: Iec812bd65b9c9e24d228b2aa36eaac60875abe66
parents 59c28345 d58230c7
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) {