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:
parent
e7afaeaa4d
commit
3ecfa9dcdb
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user