1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 10:52:53 +08:00

Fix progress notifications not closing properly when opening their continuation

This commit is contained in:
Dean Herbert 2017-12-26 15:50:59 +09:00
parent ed1df94f77
commit 45b3acdd6f

View File

@ -95,7 +95,7 @@ namespace osu.Game.Overlays.Notifications
protected virtual void Completed()
{
Expire();
base.Close();
CompletionTarget?.Invoke(CreateCompletionNotification());
}