mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Cherry-picked android changes from #17462
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user