mirror of
https://github.com/ppy/osu.git
synced 2026-05-23 00:20:38 +08:00
Ensure channel selector is dismissed when the current channel is changed
This commit is contained in:
@@ -191,8 +191,6 @@ namespace osu.Game.Overlays
|
||||
channelManager.CurrentChannel.Value = channel;
|
||||
}
|
||||
|
||||
selectorActive.Value = false;
|
||||
|
||||
channel.HighlightedMessage.Value = message;
|
||||
|
||||
Show();
|
||||
@@ -268,6 +266,8 @@ namespace osu.Game.Overlays
|
||||
return;
|
||||
}
|
||||
|
||||
selectorActive.Value = false;
|
||||
|
||||
LoadComponentAsync(new DrawableChannel(newChannel), loaded =>
|
||||
{
|
||||
currentChannelContainer.Clear();
|
||||
|
||||
Reference in New Issue
Block a user