wt1.1.2b exercise_log with the new tree_view

This commit is contained in:
Bossanyi Tibor
2020-09-28 07:09:37 +02:00
parent 89c06123d2
commit 7da1ef534c
10 changed files with 174 additions and 158 deletions
+4
View File
@@ -197,4 +197,8 @@ class ExerciseRepository {
return actualExerciseType;
}
void sortByDate() {
exerciseList.sort( (b, a) => a.dateAdd.compareTo(b.dateAdd) );
}
}