mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 15:38:28 +02:00
#1098 - Generated UserSuggestion from template, got initial UI working and automatically updating.
This commit is contained in:
@@ -324,7 +324,11 @@ const CGFloat kComposerContainerTrailingPadding = 12;
|
||||
{
|
||||
NSString *newText = [textView.text stringByReplacingCharactersInRange:range withString:text];
|
||||
[self updateUIWithTextMessage:newText animated:YES];
|
||||
|
||||
|
||||
if ([text isEqualToString:@"@"]) {
|
||||
[self.delegate roomInputToolbarViewDidRequestUserSuggestions:self];
|
||||
}
|
||||
|
||||
return YES;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user