Remove a couple of extra semicolons
This commit is contained in:
@@ -60,7 +60,7 @@ class ABUpdateInstaller {
|
||||
UpdateDownload update = mUpdaterController.getActualUpdate(mDownloadId);
|
||||
update.setInstallProgress(0);
|
||||
update.setStatus(UpdateStatus.INSTALLATION_FAILED);
|
||||
mUpdaterController.notifyUpdateChange(mDownloadId);;
|
||||
mUpdaterController.notifyUpdateChange(mDownloadId);
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
@@ -63,7 +63,7 @@ public class UpdaterService extends Service {
|
||||
private BroadcastReceiver mBroadcastReceiver;
|
||||
private NotificationCompat.Builder mNotificationBuilder;
|
||||
private NotificationManager mNotificationManager;
|
||||
private NotificationCompat.BigTextStyle mNotificationStyle;;
|
||||
private NotificationCompat.BigTextStyle mNotificationStyle;
|
||||
|
||||
private UpdaterController mUpdaterController;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user