Composer Update - Typing and sending a message

This commit is contained in:
Gil Eluard
2021-03-15 14:27:59 +01:00
parent aa3aafb0b0
commit eefe1e2157
39 changed files with 1103 additions and 1210 deletions
@@ -292,9 +292,12 @@
}
else
{
self.unsentMessagesContentView.hidden = YES;
// We keep the current message if any
[self resetIcon];
self.messageLabel.text = nil;
self.iconImageView.image = [UIImage imageNamed:@"scrolldown"];
self.iconImageView.tintColor = ThemeService.shared.theme.textPrimaryColor;
}