Added null check.
This commit is contained in:
parent
81195e382e
commit
097bda2d25
@ -218,7 +218,7 @@ namespace FileLiberator
|
|||||||
|
|
||||||
public void Cancel()
|
public void Cancel()
|
||||||
{
|
{
|
||||||
aaxcDownloader.Cancel();
|
aaxcDownloader?.Cancel();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user