1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 05:22:54 +08:00

Fix beatmap listing placeholder disappearing on second time display

This commit is contained in:
Salman Ahmed 2021-01-25 22:11:50 +03:00
parent 75d6dbdbb7
commit 9efce5717f

View File

@ -176,6 +176,9 @@ namespace osu.Game.Overlays
loadingLayer.Hide();
lastFetchDisplayedTime = Time.Current;
if (content == currentContent)
return;
var lastContent = currentContent;
if (lastContent != null)