mirror of
https://github.com/ppy/osu
synced 2025-01-10 08:09:40 +00:00
Fix lounge sub screen loading layer displaying in the background
This commit is contained in:
parent
aaf828714c
commit
8172ffc401
@ -84,7 +84,6 @@ namespace osu.Game.Screens.OnlinePlay.Lounge
|
||||
InternalChildren = new Drawable[]
|
||||
{
|
||||
ListingPollingComponent = CreatePollingComponent().With(c => c.Filter.BindTarget = filter),
|
||||
loadingLayer = new LoadingLayer(true),
|
||||
new Container
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
@ -162,6 +161,7 @@ namespace osu.Game.Screens.OnlinePlay.Lounge
|
||||
Filter = { BindTarget = filter }
|
||||
}
|
||||
},
|
||||
loadingLayer = new LoadingLayer(true),
|
||||
}
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user