hide bottom sheet after msg sent
This commit is contained in:
parent
f46610314d
commit
8e3996e2f0
@ -209,6 +209,8 @@ class SendMessageSheetState extends State<SendMessageSheet> {
|
||||
ScaffoldMessenger.of(context).showSnackBar(CustomSnackBar(
|
||||
content: Text('sent'.i18n), context: context));
|
||||
}
|
||||
|
||||
Navigator.of(context).pop();
|
||||
},
|
||||
),
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user