1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 01:02:55 +08:00

same for PaginatedScoreContainer

This commit is contained in:
jorolf 2017-11-18 20:09:31 +01:00
parent 4264641303
commit 9aaefb5e97

View File

@ -41,7 +41,7 @@ namespace osu.Game.Overlays.Profile.Sections.Ranks
ShowMoreButton.FadeTo(scores.Count == ItemsPerPage ? 1 : 0);
ShowMoreLoading.Hide();
if (!scores.Any())
if (!scores.Any() && VisiblePages == 1)
{
MissingText.Show();
return;