We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ff7a5c commit b7d1dc0Copy full SHA for b7d1dc0
lib/features/sorting/base/helper/sortable_item.dart
@@ -23,8 +23,8 @@ class SortableItem {
23
switch (sortedStatus) {
24
case SortingStatus.sorted:
25
return SortingNotifier.doneSortingColor;
26
- case SortingStatus.swiping:
27
- return SortingNotifier.swipingColor;
+ case SortingStatus.swapping:
+ return SortingNotifier.swappingColor;
28
case SortingStatus.compared:
29
return SortingNotifier.comparedColor;
30
default:
0 commit comments