Discover Store Updating Minor Issue

When trying to update through the Discover app, after the “Fetching Updates” step, it will say that it’s “Up to date” briefly, then show updates after. I’ve done little code in C++ and definitely have written no QML, but it seems like in discover/qml/UpdatePages.qml there is no state between fetching updates and checking if there are updates. So it defaults to Up to date instead of waiting for background processes to finish. Definitely a small problem, but I think this could be fixed relatively easily.