Merge pull request #1533 from dohoanggiahuy317/FluffyChat_JaWeee

fix: LoadingSnackBar consistently remains visible until the upload is complete
pull/2028/merge
Krille-chan 4 months ago committed by GitHub
commit ce9d21a203
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save