mirror of
https://github.com/ppy/osu.git
synced 2026-05-17 07:22:38 +08:00
Fix lounge sub screen loading layer displaying in the background
This commit is contained in:
@@ -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),
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user