mirror of
https://github.com/ppy/osu
synced 2025-01-09 07:39:46 +00:00
Fix code quality issues
This commit is contained in:
parent
2297073b7e
commit
9e152cd3fd
@ -95,7 +95,7 @@ namespace osu.Game.Tests.Visual.Online
|
||||
sender.Text = string.Empty;
|
||||
};
|
||||
|
||||
bar.OnSearchTermsChanged += (text) =>
|
||||
bar.OnSearchTermsChanged += text =>
|
||||
{
|
||||
searchText.Text = $"OnSearchTermsChanged: {text}";
|
||||
};
|
||||
|
@ -122,7 +122,6 @@ namespace osu.Game.Overlays.Chat
|
||||
// Clear search terms if any exist when switching back to chat mode
|
||||
if (!showSearch)
|
||||
OnSearchTermsChanged?.Invoke(string.Empty);
|
||||
|
||||
}, true);
|
||||
|
||||
currentChannel.BindValueChanged(change =>
|
||||
|
Loading…
Reference in New Issue
Block a user