mirror of
https://github.com/qinglong-app/qinglong_app.git
synced 2025-10-09 16:48:19 +08:00
修改无法停止任务的bug
This commit is contained in:
@@ -283,8 +283,8 @@ class TaskItemCell extends StatelessWidget {
|
||||
strokeWidth: 2,
|
||||
),
|
||||
),
|
||||
const SizedBox(
|
||||
width: 5,
|
||||
SizedBox(
|
||||
width: bean.status == 1 ? 0 : 5,
|
||||
),
|
||||
Expanded(
|
||||
child: Material(
|
||||
|
||||
Reference in New Issue
Block a user