Merge "Fix RNA crash" into nyc-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
f09b5d7a78
@@ -83,8 +83,11 @@ void AnimatorManager::pushStaging() {
|
|||||||
}
|
}
|
||||||
mNewAnimators.clear();
|
mNewAnimators.clear();
|
||||||
}
|
}
|
||||||
for (auto& animator : mAnimators) {
|
if (mAnimators.size()) {
|
||||||
animator->pushStaging(mAnimationHandle->context());
|
for (auto& animator : mAnimators) {
|
||||||
|
animator->pushStaging(mAnimationHandle->context());
|
||||||
|
}
|
||||||
|
mParent.mProperties.updateMatrix();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user