1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 01:43:15 +08:00

Invert partialy activity logic introduced in latest commit

This commit is contained in:
Lucas A 2019-05-07 18:26:34 +02:00
parent e7afaeaa4d
commit 3ecfa9dcdb

View File

@ -158,8 +158,6 @@ namespace osu.Game.Screens
{
base.OnSuspending(next);
setUserActivity(null);
onSuspendingLogo();
}
@ -176,8 +174,6 @@ namespace osu.Game.Screens
public override bool OnExiting(IScreen next)
{
setUserActivity(null);
if (ValidForResume && logo != null)
onExitingLogo();