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

Commit c7e29936 authored by John Reck's avatar John Reck
Browse files

Fix log line

Change-Id: I290491f559281c7b3d1d132495ea2fffcfaf4725
parent e9a204f0
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!");
    }
}