Skip to content

Commit b7d1dc0

Browse files
cleanup the code
1 parent 2ff7a5c commit b7d1dc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/features/sorting/base/helper/sortable_item.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ class SortableItem {
2323
switch (sortedStatus) {
2424
case SortingStatus.sorted:
2525
return SortingNotifier.doneSortingColor;
26-
case SortingStatus.swiping:
27-
return SortingNotifier.swipingColor;
26+
case SortingStatus.swapping:
27+
return SortingNotifier.swappingColor;
2828
case SortingStatus.compared:
2929
return SortingNotifier.comparedColor;
3030
default:

0 commit comments

Comments
 (0)