Added null check.
This commit is contained in:
parent
81195e382e
commit
097bda2d25
1 changed files with 1 additions and 1 deletions
|
|
@ -218,7 +218,7 @@ namespace FileLiberator
|
|||
|
||||
public void Cancel()
|
||||
{
|
||||
aaxcDownloader.Cancel();
|
||||
aaxcDownloader?.Cancel();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue