mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 08:03:50 +02:00
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:
@@ -38,10 +38,4 @@
|
||||
}
|
||||
}
|
||||
|
||||
- (void)setMaxHeight:(int)height
|
||||
{
|
||||
maxHeight = MIN(height, 112);
|
||||
maxNumberOfLines = 0;
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user