修改BUG

This commit is contained in:
2026-01-16 20:44:10 +08:00
parent 93489b09d9
commit 552387293c
4 changed files with 77 additions and 50 deletions

View File

@@ -83,6 +83,10 @@
[self updateSendButtonState];
}
- (void)showKeyboard {
[self.textField becomeFirstResponder];
}
#pragma mark - Actions
- (void)sendButtonTapped {