1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 12:57:36 +08:00

Fix serach control background never being updated

This commit is contained in:
Andrei Zavatski 2020-05-29 19:53:32 +03:00
parent affad47248
commit 9aa54ed89e

View File

@ -188,6 +188,9 @@ namespace osu.Game.Overlays.BeatmapListing
if (sets.Count == 0)
noMoreResults = true;
if (CurrentPage == 0)
searchControl.BeatmapSet = sets.FirstOrDefault();
lastResponse = response;
getSetsRequest = null;