Revert "animation: fix unintentional loop while polkit dialog is active"

This reverts commit cb0a5de83b.
This commit is contained in:
Ray Strode 2019-06-27 14:47:13 -04:00
parent cb0a5de83b
commit ae0450b68e

View File

@ -162,7 +162,7 @@ var Spinner = class extends AnimatedIcon {
time: SPINNER_ANIMATION_TIME,
transition: 'linear',
onComplete: () => {
super.stop();
this.stop(false);
}
});
} else {