fix(checklists): auto-dismiss item check snackbar after 6 seconds

This commit is contained in:
2026-05-17 12:11:56 +03:00
parent 116eb18693
commit 4e53481cdf

View File

@@ -709,6 +709,7 @@ class _ReorderablePartition extends StatelessWidget {
messenger.showSnackBar(
SnackBar(
content: Text(m.checklists.itemMarkedDone),
duration: const Duration(seconds: 6),
action: SnackBarAction(
label: m.checklists.undo,
onPressed: () async {