Implement category dropdown for multiplayer

This commit is contained in:
smoogipoo
2020-07-10 17:26:42 +09:00
parent ed926de77f
commit 926279e39b
6 changed files with 63 additions and 44 deletions

View File

@ -318,7 +318,7 @@ namespace osu.Game.Screens.Multi
var tcs = new TaskCompletionSource<bool>();
pollReq?.Cancel();
pollReq = new GetRoomsRequest(currentFilter.Value.PrimaryFilter);
pollReq = new GetRoomsRequest(currentFilter.Value.StatusFilter, currentFilter.Value.RoomCategoryFilter);
pollReq.Success += result =>
{