Code review comment for lp:~brandontschaefer/unity/lp608124-overlay-scrollbar-dash

Revision history for this message
Marco Trevisan (TreviƱo) (3v1n0) wrote :

623 +void PlacesOverlayVScrollBar::StopAnimation()
624 +{
625 + if (animation_.CurrentState() != nux::animation::Animation::State::Stopped)
626 + animation_.Stop();
627 +}

This shouldn't be needed, since animation_.Stop() already does that check...

« Back to merge proposal