TF-495 Implement linter for thread view
This commit is contained in:
@@ -30,9 +30,9 @@ class EmailCacheManager {
|
||||
.where((email) => filterOption.filterEmail(email))
|
||||
.toList();
|
||||
if (sort != null) {
|
||||
sort.forEach((comparator) {
|
||||
for (var comparator in sort) {
|
||||
emailList.sortBy(comparator);
|
||||
});
|
||||
}
|
||||
}
|
||||
return emailList;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user