Remove duplicate INSTALLING notification

Change-Id: Ia1515aef1a24a5d54143e1423ae96f09163625bc
This commit is contained in:
Gabriele M
2018-03-24 16:17:19 +01:00
parent 3002ccccba
commit c92f44b66e

View File

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