mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Ensure existing items are expired and cleared in ChannelControlItem test setup
This commit is contained in:
@ -49,6 +49,11 @@ namespace osu.Game.Tests.Visual.Online
|
||||
{
|
||||
Schedule(() =>
|
||||
{
|
||||
foreach (var item in channelMap.Values)
|
||||
item.Expire();
|
||||
|
||||
channelMap.Clear();
|
||||
|
||||
Child = new FillFlowContainer
|
||||
{
|
||||
Direction = FillDirection.Vertical,
|
||||
|
Reference in New Issue
Block a user