Commit 1fdaade5 authored by Grigory Fedorov's avatar Grigory Fedorov

ContactList: send text stored to ChatManager typed text.

parent 62f845c6
......@@ -551,6 +551,8 @@ public class ContactList extends ChatIntentActivity implements OnAccountChangedL
}
case Intent.ACTION_SEND:
action = null;
ChatManager.getInstance().setTyped(abstractContact.getAccount(), abstractContact.getUser(),
sendText, sendText.length(), sendText.length());
startChat(abstractContact);
if (!isDualPanelView) {
finish();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment