Merge commit 'fc8ad51380ad55f7fd64a55f0e85f5d3866f9eca' into fluffychat-merge-2

This commit is contained in:
ggurdin 2026-01-22 09:55:20 -05:00
commit 5cd93fd3d2
No known key found for this signature in database
GPG key ID: A01CB41737CBB478

View file

@ -98,8 +98,6 @@ class SendFileDialogState extends State<SendFileDialog> {
widget.files.length,
),
);
} else {
scaffoldMessenger.clearSnackBars();
}
final label = _labelTextController.text.trim();