mirror of
https://github.com/rmcrackan/Libation.git
synced 2026-04-29 03:05:06 -04:00
Added null check.
This commit is contained in:
@@ -218,7 +218,7 @@ namespace FileLiberator
|
||||
|
||||
public void Cancel()
|
||||
{
|
||||
aaxcDownloader.Cancel();
|
||||
aaxcDownloader?.Cancel();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user