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

Commit 86469f59 authored by John Reck's avatar John Reck Committed by Android (Google) Code Review
Browse files

Merge "Fix log line" into lmp-dev

parents 2ac81fbf c7e29936
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ AnimationContext::~AnimationContext() {
        AnimatorManager& animators = current->mRenderNode->animators();
        animators.endAllAnimators();
        LOG_ALWAYS_FATAL_IF(mCurrentFrameAnimations.mNextHandle == current,
                "Animate failed to remove from current frame list!");
                "endAllAnimators failed to remove from current frame list!");
    }
}