mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-08 09:55:32 +00:00
chore(android/engine): Ignore DownloadManager if ID not found
This commit is contained in:
parent
04985017ab
commit
5a3c7effe3
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ public class CloudDownloadMgr{
|
|||
|
||||
CloudApiTypes.CloudDownloadSet _parentSet = getDownloadSetForInternalDownloadId(anInternalDownloadId);
|
||||
if(_parentSet==null) {
|
||||
KMLog.LogError(TAG, "Download with ID " + anInternalDownloadId + " is not available");
|
||||
// Download ID didn't match, so nothing to cleanup
|
||||
return;
|
||||
}
|
||||
_parentSet.setDone(anInternalDownloadId);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue