Composer Update - Typing and sending a message

This commit is contained in:
Gil Eluard
2021-03-15 14:27:59 +01:00
parent 173758c837
commit 204ceb847c
39 changed files with 1103 additions and 1210 deletions
@@ -38,4 +38,10 @@
}
}
- (void)setMaxHeight:(int)height
{
maxHeight = MIN(height, 112);
maxNumberOfLines = 0;
}
@end