mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 15:38:28 +02:00
Trigger auto-correct on send
This commit is contained in:
@@ -419,6 +419,11 @@ static const NSTimeInterval kActionMenuComposerHeightAnimationDuration = .3;
|
||||
[super onTouchUpInside:button];
|
||||
}
|
||||
|
||||
- (BOOL)isFirstResponder
|
||||
{
|
||||
return [self.textView isFirstResponder];
|
||||
}
|
||||
|
||||
- (BOOL)becomeFirstResponder
|
||||
{
|
||||
return [self.textView becomeFirstResponder];
|
||||
|
||||
Reference in New Issue
Block a user