Skip to content
Commit 7988ffa2 authored by Felix Ernst's avatar Felix Ernst 🇺🇦 Committed by Felix Ernst
Browse files

Delay showing loading indicator

Before this commit, we always instantly showed a loading indicator
as soon as an image started loading. For fast loading images this
meant that we showed a cogwheel loading indicator in the middle of
the screen for a very brief period of time. This loading indicator
was placed on top of other images during a smooth transition and
didn't serve any purpose whenever loading is pretty much instant.

This commit makes it so the loading indicator only shows up after a
split second, thus avoiding unnecessary screen movement.


(cherry picked from commit d7565298)
parent ffeb91b6
Pipeline #450963 canceled with stages
in 32 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment