From a8a91ab69d31bf5ce3454645db3659b21a63842a Mon Sep 17 00:00:00 2001 From: rpm-build Date: Jan 13 2021 16:10:59 +0000 Subject: 0001-animation-fix-unintentional-loop-while-polkit-dialog.patch patch_name: 0001-animation-fix-unintentional-loop-while-polkit-dialog.patch present_in_specfile: true location_in_specfile: 23 --- diff --git a/js/ui/animation.js b/js/ui/animation.js index c21b225..58d7f40 100644 --- a/js/ui/animation.js +++ b/js/ui/animation.js @@ -162,7 +162,7 @@ var Spinner = class extends AnimatedIcon { time: SPINNER_ANIMATION_TIME, transition: 'linear', onComplete: () => { - this.stop(false); + super.stop(); } }); } else {