Fix possible nullref

This commit is contained in:
TocoToucan 2018-02-09 22:04:39 +03:00
parent a86a4f49cf
commit 86f200e257
1 changed files with 1 additions and 1 deletions

View File

@ -362,7 +362,7 @@ protected override bool OnExiting(Screen next)
if (loadedSuccessfully)
{
pauseContainer.Pause();
pauseContainer?.Pause();
}
return true;