Skip to content

Commit ee3f1a9

Browse files
committed
fix(snackbar): ensure snackbar does not persist after action
1 parent d30e412 commit ee3f1a9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/widgets/lockin_snackbar.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ class LockinSnackBar {
3131
SnackBar(
3232
content: Text(message),
3333
duration: duration,
34+
persist: false,
3435
action: SnackBarAction(label: undoLabel, onPressed: onUndo),
3536
),
3637
);

0 commit comments

Comments
 (0)