mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Invert partialy activity logic introduced in latest commit
This commit is contained in:
@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user