mirror of
https://github.com/simon-ding/polaris.git
synced 2026-05-28 05:27:41 +08:00
fix button
This commit is contained in:
@@ -140,7 +140,7 @@ class _ActivityPageState extends ConsumerState<ActivityPage>
|
|||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
trailing: selectedTab == 0
|
trailing: selectedTab != 2
|
||||||
? IconButton(
|
? IconButton(
|
||||||
tooltip: "删除任务",
|
tooltip: "删除任务",
|
||||||
onPressed: () => onDelete()(ac.id!),
|
onPressed: () => onDelete()(ac.id!),
|
||||||
|
|||||||
Reference in New Issue
Block a user