mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Fix progress notifications not closing properly when opening their continuation
This commit is contained in:
@ -95,7 +95,7 @@ namespace osu.Game.Overlays.Notifications
|
|||||||
|
|
||||||
protected virtual void Completed()
|
protected virtual void Completed()
|
||||||
{
|
{
|
||||||
Expire();
|
base.Close();
|
||||||
CompletionTarget?.Invoke(CreateCompletionNotification());
|
CompletionTarget?.Invoke(CreateCompletionNotification());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user