This didn't fix typing AO, let's not do this.

This commit is contained in:
Lirusaito
2019-03-04 16:54:30 -05:00
parent 59cb20bab8
commit 10f57e9a87

View File

@@ -2015,10 +2015,10 @@ void LLAgent::startTyping()
//-----------------------------------------------------------------------------
void LLAgent::stopTyping()
{
LLFloaterAO::typing(false); // Singu Note: Typing anims handled by AO/settings.
if (mRenderState & AGENT_STATE_TYPING)
{
clearRenderState(AGENT_STATE_TYPING);
LLFloaterAO::typing(false); // Singu Note: Typing anims handled by AO/settings.
gChatBar->
sendChatFromViewer("", CHAT_TYPE_STOP, FALSE);
}