环境变量增加更新时间显示

This commit is contained in:
jyuesong
2022-01-19 11:07:50 +08:00
parent fffa930eb1
commit 51da0abb84
6 changed files with 93 additions and 16 deletions

View File

@@ -30,9 +30,6 @@ class TaskViewModel extends BaseViewModel {
}
void sortList() {
list.sort((a, b) {
return b.created!.compareTo(a.created!);
});
for (int i = 0; i < list.length; i++) {
if (list[i].isPinned == 1) {