Skip to content

Fix video component being active while scrolling

Bkg2k requested to merge fix-video-scrolling into master

While scrolling, the video component is still trying to play the "current" game videosnap. When the scrolling is fast, this cause some kind of race conditions leading to displaying artifacts in the best case and leading to ES crash in the worst case.

This fix resets the video component to an empty state continuously when any scrolling is in progress.

Merge request reports