Skip to content
Snippets Groups Projects
Commit 168f4d8d authored by Mnikolenko ProductEngine's avatar Mnikolenko ProductEngine
Browse files

CHUI-971 FIXED Unnecessary checking was removed.

parent 705d85fb
No related branches found
No related tags found
No related merge requests found
...@@ -639,10 +639,7 @@ void LLFloaterIMNearbyChat::addMessage(const LLChat& chat,bool archive,const LLS ...@@ -639,10 +639,7 @@ void LLFloaterIMNearbyChat::addMessage(const LLChat& chat,bool archive,const LLS
void LLFloaterIMNearbyChat::onChatBoxCommit() void LLFloaterIMNearbyChat::onChatBoxCommit()
{ {
if (mInputEditor->getText().length() > 0) sendChat(CHAT_TYPE_NORMAL);
{
sendChat(CHAT_TYPE_NORMAL);
}
gAgent.stopTyping(); gAgent.stopTyping();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment