mirror of https://github.com/ppy/osu
Remove added schedule due to changing flow
This commit is contained in:
parent
c6aba3e78b
commit
c19c2335ec
|
@ -430,7 +430,7 @@ protected override void PopOut()
|
|||
base.PopOut();
|
||||
}
|
||||
|
||||
private void joinedChannelsChanged(object sender, NotifyCollectionChangedEventArgs args) => Schedule(() =>
|
||||
private void joinedChannelsChanged(object sender, NotifyCollectionChangedEventArgs args)
|
||||
{
|
||||
switch (args.Action)
|
||||
{
|
||||
|
@ -458,7 +458,7 @@ private void joinedChannelsChanged(object sender, NotifyCollectionChangedEventAr
|
|||
|
||||
break;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
private void availableChannelsChanged(object sender, NotifyCollectionChangedEventArgs args)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue