mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 16:03:01 +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);
|
base.OnSuspending(next);
|
||||||
|
|
||||||
setUserActivity(null);
|
|
||||||
|
|
||||||
onSuspendingLogo();
|
onSuspendingLogo();
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -176,8 +174,6 @@ namespace osu.Game.Screens
|
|||||||
|
|
||||||
public override bool OnExiting(IScreen next)
|
public override bool OnExiting(IScreen next)
|
||||||
{
|
{
|
||||||
setUserActivity(null);
|
|
||||||
|
|
||||||
if (ValidForResume && logo != null)
|
if (ValidForResume && logo != null)
|
||||||
onExitingLogo();
|
onExitingLogo();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user