mirror of
https://github.com/osukey/osukey.git
synced 2025-08-08 00:53:56 +09:00
Use null coalesce operator where appropriate
This commit is contained in:
@ -191,8 +191,7 @@ namespace osu.Game.Screens.Select
|
|||||||
|
|
||||||
private void filterChanged()
|
private void filterChanged()
|
||||||
{
|
{
|
||||||
if (filterTask != null)
|
filterTask?.Cancel();
|
||||||
filterTask.Cancel();
|
|
||||||
filterTask = Scheduler.AddDelayed(() =>
|
filterTask = Scheduler.AddDelayed(() =>
|
||||||
{
|
{
|
||||||
filterTask = null;
|
filterTask = null;
|
||||||
|
Reference in New Issue
Block a user