Remove redundant subsection title.

- Also handle opening UserProfile in LinkFlowContainer similar to how
beatmaps and channels are handled
This commit is contained in:
naoey
2018-02-28 15:19:27 +05:30
parent 62913163e0
commit 2e535afb84
3 changed files with 9 additions and 5 deletions

View File

@ -15,7 +15,7 @@ namespace osu.Game.Overlays.Profile.Sections
{
Children = new[]
{
new PaginatedRecentActivityContainer(User, @"Recent", @"This user hasn't done anything notable recently!"),
new PaginatedRecentActivityContainer(User, null, @"This user hasn't done anything notable recently!"),
};
}
}