Fix most remaining test issues

This commit is contained in:
Dean Herbert
2022-01-11 19:25:50 +09:00
parent b7ee6d1866
commit 7dba3c3551
6 changed files with 5 additions and 7 deletions

View File

@ -90,7 +90,7 @@ namespace osu.Game.Online.Rooms
private void updateAvailability()
{
if (downloadTracker == null)
if (downloadTracker == null || SelectedItem.Value == null)
return;
switch (downloadTracker.State.Value)