🐛 Bug fixes on notification push token register

This commit is contained in:
2024-11-23 12:52:13 +08:00
parent e70041fefa
commit 63499df99f
2 changed files with 4 additions and 1 deletions

View File

@ -275,6 +275,8 @@ class ChatMessageInputState extends State<ChatMessageInput> {
]),
border: InputBorder.none,
),
onTapOutside: (_) =>
FocusManager.instance.primaryFocus?.unfocus(),
onSubmitted: (_) {
if (_isBusy) return;
_sendMessage();