refactor: trakt/download hardening and cleanup sweep

This commit is contained in:
edde746
2026-04-21 13:57:03 +02:00
parent 93d196572f
commit ee020d81bd
66 changed files with 1526 additions and 2167 deletions
+2 -2
View File
@@ -136,8 +136,8 @@ class _FocusableWrapperState extends State<FocusableWrapper> with SingleTickerPr
bool _ownsNode = false;
bool _isFocused = false;
late AnimationController _animationController;
late Animation<double> _scaleAnimation;
late final AnimationController _animationController;
late final Animation<double> _scaleAnimation;
// Long-press detection for SELECT key
Timer? _longPressTimer;