Skip to content

Commit

Permalink
chore: Follow up send file snackbars
Browse files Browse the repository at this point in the history
  • Loading branch information
krille-chan committed Sep 22, 2024
1 parent d53d0d8 commit dfb2605
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/pages/chat/send_file_dialog.dart
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ class SendFileDialogState extends State<SendFileDialog> {
);
}
}
scaffoldMessenger.clearSnackBars();
} catch (e) {
scaffoldMessenger.clearSnackBars();
scaffoldMessenger.showSnackBar(
Expand Down

0 comments on commit dfb2605

Please sign in to comment.