1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-19 19:00:30 +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
Unverified
parent e7afaeaa4d
commit 3ecfa9dcdb
-4
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();