Revert "animation: fix unintentional loop while polkit dialog is active"
This reverts commit cb0a5de83b
.
This commit is contained in:
parent
cb0a5de83b
commit
ae0450b68e
@ -162,7 +162,7 @@ var Spinner = class extends AnimatedIcon {
|
|||||||
time: SPINNER_ANIMATION_TIME,
|
time: SPINNER_ANIMATION_TIME,
|
||||||
transition: 'linear',
|
transition: 'linear',
|
||||||
onComplete: () => {
|
onComplete: () => {
|
||||||
super.stop();
|
this.stop(false);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user