Composer Update - Typing and sending a message

- Removed composer height limit
- Fixed a bug that was preventing to see the entire text inserted in the composer text view
This commit is contained in:
Gil Eluard
2021-03-23 08:13:14 +01:00
parent ea8add1953
commit 32923331c3
2 changed files with 29 additions and 19 deletions
@@ -38,10 +38,4 @@
}
}
- (void)setMaxHeight:(int)height
{
maxHeight = MIN(height, 112);
maxNumberOfLines = 0;
}
@end