mirror of https://github.com/ppy/osu
Fix progress notifications not closing properly when opening their continuation
This commit is contained in:
parent
ed1df94f77
commit
45b3acdd6f
|
@ -95,7 +95,7 @@ public virtual ProgressNotificationState State
|
|||
|
||||
protected virtual void Completed()
|
||||
{
|
||||
Expire();
|
||||
base.Close();
|
||||
CompletionTarget?.Invoke(CreateCompletionNotification());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue