mirror of
https://github.com/ppy/osu.git
synced 2026-05-13 19:54:15 +08:00
Fix overlapping placeholders in beatmap info leaderboard
Closes https://github.com/ppy/osu/issues/32508.
This commit is contained in:
@@ -249,6 +249,8 @@ namespace osu.Game.Overlays.BeatmapSet.Scores
|
||||
getScoresRequest = null;
|
||||
|
||||
noScoresPlaceholder.Hide();
|
||||
noTeamPlaceholder.Hide();
|
||||
notSupporterPlaceholder.Hide();
|
||||
|
||||
if (Beatmap.Value == null || Beatmap.Value.OnlineID <= 0 || (Beatmap.Value.Status <= BeatmapOnlineStatus.Pending))
|
||||
{
|
||||
@@ -271,9 +273,6 @@ namespace osu.Game.Overlays.BeatmapSet.Scores
|
||||
return;
|
||||
}
|
||||
|
||||
noTeamPlaceholder.Hide();
|
||||
notSupporterPlaceholder.Hide();
|
||||
|
||||
Show();
|
||||
loading.Show();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user