chore: fix adding

This commit is contained in:
Prateek Sunal
2025-07-26 14:57:49 +05:30
parent b8c7079c94
commit 701f42fa74

View File

@@ -67,7 +67,7 @@ class _SmartAlbumsStatusWidgetState extends State<SmartAlbumsStatusWidget>
firstCurve: Curves.easeInOutExpo,
secondCurve: Curves.easeInOutExpo,
sizeCurve: Curves.easeInOutExpo,
crossFadeState: (_syncingCollection == null ||
crossFadeState: !(_syncingCollection == null ||
_syncingCollection!.$1 != widget.collection?.id)
? CrossFadeState.showSecond
: CrossFadeState.showFirst,