• amirh's avatar
    Don't keep image stream listeners when TickerMode is disabled. (#13106) · 155a4cab
    amirh authored
    This makes sure that we don't decode frames when we don't need to run
    the animation.
    
    For example, prior to this CL: an animated image in a page that is not
    currently at the top of the page stack (it is covered by another page),
    will keep the the image stream listener, and thus frames will still be
    decoded.
    155a4cab
obscured_animated_image.dart 1.78 KB