Don't use icons as room avatars

This commit is contained in:
Konstantinos Sideris 2017-04-12 17:14:53 +03:00
parent 9092ae3db8
commit 718562737c
2 changed files with 2 additions and 3 deletions

View file

@ -66,7 +66,7 @@ TextInputWidget::TextInputWidget(QWidget *parent)
void TextInputWidget::onSendButtonClicked()
{
auto msg_text = input_->text();
auto msg_text = input_->text().trimmed();
if (msg_text.isEmpty())
return;