Merge pull request #1533 from dohoanggiahuy317/FluffyChat_JaWeee

fix: LoadingSnackBar consistently remains visible until the upload is complete
This commit is contained in:
Krille-chan 2025-07-25 12:51:52 +02:00 committed by GitHub
commit ce9d21a203
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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