1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-16 20:43:12 +08:00

Remove added schedule due to changing flow

This commit is contained in:
Dean Herbert
2021-10-04 14:58:54 +09:00
Unverified
parent c6aba3e78b
commit c19c2335ec
+2 -2
View File
@@ -430,7 +430,7 @@ namespace osu.Game.Overlays
base.PopOut();
}
private void joinedChannelsChanged(object sender, NotifyCollectionChangedEventArgs args) => Schedule(() =>
private void joinedChannelsChanged(object sender, NotifyCollectionChangedEventArgs args)
{
switch (args.Action)
{
@@ -458,7 +458,7 @@ namespace osu.Game.Overlays
break;
}
});
}
private void availableChannelsChanged(object sender, NotifyCollectionChangedEventArgs args)
{