1
0
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:
Bartłomiej Dach
2025-04-07 14:48:26 +02:00
Unverified
parent cded1311c8
commit 11e48f9f8e
@@ -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)