修改无法停止任务的bug

This commit is contained in:
jyuesong
2022-01-21 16:45:02 +08:00
parent 744e421eb7
commit 9612802996
2 changed files with 4 additions and 22 deletions

View File

@@ -283,8 +283,8 @@ class TaskItemCell extends StatelessWidget {
strokeWidth: 2,
),
),
const SizedBox(
width: 5,
SizedBox(
width: bean.status == 1 ? 0 : 5,
),
Expanded(
child: Material(