|
|
@ -15,7 +15,7 @@ class NotesCategorySelect extends StatelessWidget { |
|
|
|
categories.sort(); |
|
|
|
categories.sort(); |
|
|
|
|
|
|
|
|
|
|
|
// After sorting the empty category '' should be at the first place |
|
|
|
// After sorting the empty category '' should be at the first place |
|
|
|
if (!categories.first.isNotEmpty) { |
|
|
|
if (categories.isNotEmpty && !categories.first.isNotEmpty) { |
|
|
|
categories.insert(0, ''); |
|
|
|
categories.insert(0, ''); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|