follow up for #50190

This commit is contained in:
Benjamin Pasero
2018-05-23 09:39:12 +02:00
parent 2a06a2fa58
commit 35be70dfcb
-5
View File
@@ -314,11 +314,6 @@ export class NotificationViewItemProgress implements INotificationViewItemProgre
}
public worked(value: number): void {
if (this._state.worked === value) {
this._onDidChange.fire();
return;
}
this._state.worked = value;
this._state.infinite = void 0;