hide bottom sheet after msg sent

This commit is contained in:
Kima 2023-12-23 00:05:51 +01:00
parent f46610314d
commit 8e3996e2f0

View File

@ -209,6 +209,8 @@ class SendMessageSheetState extends State<SendMessageSheet> {
ScaffoldMessenger.of(context).showSnackBar(CustomSnackBar(
content: Text('sent'.i18n), context: context));
}
Navigator.of(context).pop();
},
),
),