mirror of
https://github.com/ppy/osu.git
synced 2026-06-06 01:33:50 +08:00
Close popovers on hiding the statistics view
Now that the tagging popover is back, https://github.com/ppy/osu/issues/32630 actually needs fixing.
This commit is contained in:
@@ -304,7 +304,10 @@ namespace osu.Game.Screens.Ranking.Statistics
|
||||
this.FadeOut(250, Easing.OutQuint);
|
||||
|
||||
if (wasOpened)
|
||||
{
|
||||
popOutSample?.Play();
|
||||
this.HidePopover(); // targeted at the user tag control
|
||||
}
|
||||
}
|
||||
|
||||
protected override void Dispose(bool isDisposing)
|
||||
|
||||
Reference in New Issue
Block a user