Skip to content

Commit

Permalink
TW-1450: fix greating popup input text sync
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian KOUNE authored and hoangdat committed Feb 19, 2024
1 parent 3e11316 commit e44378d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/pages/chat_draft/draft_chat.dart
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@ class DraftChatController extends State<DraftChat>
presentationContact!.displayName ?? L10n.of(context)!.twakeChatUser,
),
);
onInputBarChanged(sendController.text);
}

void hideKeyboardChatScreen() {
Expand Down

0 comments on commit e44378d

Please sign in to comment.