6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit 84e6e51d

AuthorEdmir Suljic<esu@dwarf.dk>
Date2026-03-09 11:40:15 +0100
lint

Changed files

comwell_key_app/lib/up_sales/components/background_animation.dart | 1 -
 1 file changed, 1 deletion(-)

Diff

diff --git a/comwell_key_app/lib/up_sales/components/background_animation.dart b/comwell_key_app/lib/up_sales/components/background_animation.dart
index dc5151c3..246bd0aa 100644
--- a/comwell_key_app/lib/up_sales/components/background_animation.dart
+++ b/comwell_key_app/lib/up_sales/components/background_animation.dart
@@ -48,7 +48,6 @@ class _BackgroundAnimationState extends State<BackgroundAnimation>
onLoaded: (composition) {
_controller
..duration = composition.duration
- // Loop only the last 40% of the animation to avoid long static periods.
..repeat(
period: composition.duration * 0.6,
);