mirror of
https://github.com/ppy/osu
synced 2025-01-18 20:10:49 +00:00
Remove ProgressNotification
vertical movement and delay
This commit is contained in:
parent
c846bf20a7
commit
6b71b4656d
@ -141,8 +141,7 @@ namespace osu.Game.Overlays.Notifications
|
||||
|
||||
case ProgressNotificationState.Completed:
|
||||
loadingSpinner.Hide();
|
||||
MainContent.MoveToY(-DrawSize.Y / 2, 200, Easing.OutQuint);
|
||||
this.FadeOut(200).Finally(_ => Completed());
|
||||
Completed();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user