Remove duplicate INSTALLING notification

Change-Id: Ia1515aef1a24a5d54143e1423ae96f09163625bc
This commit is contained in:
Gabriele M
2018-04-05 16:37:46 +02:00
parent a0bdd6abba
commit 69e65ca4bf
@@ -147,9 +147,6 @@ class ABUpdateInstaller {
return false;
}
mUpdaterController.getActualUpdate(mDownloadId).setStatus(UpdateStatus.INSTALLING);
mUpdaterController.notifyUpdateChange(mDownloadId);
long offset;
String[] headerKeyValuePairs;
try {