Remove duplicate INSTALLING notification

Change-Id: Ia1515aef1a24a5d54143e1423ae96f09163625bc
This commit is contained in:
Gabriele M
2018-03-24 16:17:19 +01:00
parent a0bdd6abba
commit 69e65ca4bf

View File

@@ -147,9 +147,6 @@ class ABUpdateInstaller {
return false;
}
mUpdaterController.getActualUpdate(mDownloadId).setStatus(UpdateStatus.INSTALLING);
mUpdaterController.notifyUpdateChange(mDownloadId);
long offset;
String[] headerKeyValuePairs;
try {