mirror of
https://github.com/chenasraf/pantry-flutter.git
synced 2026-05-17 17:28:03 +00:00
fix(checklists): auto-dismiss item check snackbar after 6 seconds
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user