From 3425402465f75321950019d0250663bbf319369c Mon Sep 17 00:00:00 2001 From: rpm-build Date: Jan 15 2021 06:11:27 +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: 24 --- 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 {