mirror of
https://github.com/osukey/osukey.git
synced 2025-06-05 12:57:39 +09: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[]
|
InternalChildren = new Drawable[]
|
||||||
{
|
{
|
||||||
ListingPollingComponent = CreatePollingComponent().With(c => c.Filter.BindTarget = filter),
|
ListingPollingComponent = CreatePollingComponent().With(c => c.Filter.BindTarget = filter),
|
||||||
loadingLayer = new LoadingLayer(true),
|
|
||||||
new Container
|
new Container
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
@ -162,6 +161,7 @@ namespace osu.Game.Screens.OnlinePlay.Lounge
|
|||||||
Filter = { BindTarget = filter }
|
Filter = { BindTarget = filter }
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
loadingLayer = new LoadingLayer(true),
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user