mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Fix UserProfile weirdness
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user