chore: Follow up sendfile snackbars

This commit is contained in:
krille-chan 2024-09-22 19:20:10 +02:00
commit d53d0d8083
No known key found for this signature in database

View file

@ -85,7 +85,7 @@ class SendFileDialogState extends State<SendFileDialog> {
), ),
); );
} else { } else {
scaffoldMessenger.showLoadingSnackBar(l10n.sendingAttachment); scaffoldMessenger.clearSnackBars();
} }
try { try {