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:
parent
affad47248
commit
9aa54ed89e
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user