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

Commit f6d34daf authored by Craig Donner's avatar Craig Donner Committed by android-build-merger
Browse files

Merge "Revert "Remove coarse location pre-grant for preinstalled...

Merge "Revert "Remove coarse location pre-grant for preinstalled VrListenerServices."" into nyc-mr1-dev am: 5633ad69 am: 59c28345
am: d298aff7

Change-Id: Ifd8569f1605739b560066480d48a350e23d2a2c0
parents 1705e6c1 d298aff7
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) {