/// <summary> /// Make sure every time a screen gets pushed, the background doesn't get replaced /// </summary> /// <returns>Whether or not the original background (The one created in DummySongSelect) is still the current background</returns> public bool IsBackgroundCurrent() => background?.IsCurrentScreen() == true;