Cherry-picked android changes from #17462

This commit is contained in:
Dean Herbert
2022-12-19 15:43:12 +09:00
parent b64a5cbda6
commit 877413524f
23 changed files with 141 additions and 347 deletions

View File

@ -136,7 +136,7 @@ namespace osu.Game.Tests.Visual.SongSelect
if (testRequest.Progress >= 0.5f)
{
testRequest.TriggerFailure(new Exception());
testRequest.TriggerFailure(new InvalidOperationException());
return true;
}
}