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
Branches
Tags
No related merge requests found
...@@ -638,11 +638,8 @@ void LLFloaterIMNearbyChat::addMessage(const LLChat& chat,bool archive,const LLS ...@@ -638,11 +638,8 @@ 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.
Please register or to comment