Fix UserProfile weirdness

This commit is contained in:
Dean Herbert
2020-09-03 17:11:34 +09:00
parent 99e34d8562
commit d55c9c3cc2
2 changed files with 7 additions and 1 deletions

View File

@ -44,6 +44,9 @@ namespace osu.Game.Overlays
if (user.Id == Header?.User.Value?.Id)
return;
if (sectionsContainer != null)
sectionsContainer.ExpandableHeader = null;
userReq?.Cancel();
Clear();
lastSection = null;