Skip to content

Commit d0654e6

Browse files
fix: remove invalid const from SnackBar
1 parent 24235a5 commit d0654e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/view/soundmeter_screen.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ class _SoundMeterScreenState extends State<SoundMeterScreen> {
164164
final text = filenameController.text.trim();
165165
if (text.length > 200) {
166166
ScaffoldMessenger.of(context).showSnackBar(
167-
const SnackBar(
167+
SnackBar(
168168
content: Text(
169169
appLocalizations.fileNameTooLong,
170170
),

0 commit comments

Comments
 (0)