Merge branch 'master' of git://github.com/ppy/osu into most-played-beatmaps-section

This commit is contained in:
jorolf
2017-11-22 21:14:11 +01:00
99 changed files with 1072 additions and 353 deletions

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;