Commit 4032bad2 by Kunj Gupta

Clear the edit text of chat screen when we clicked on Voice button.

parent 27511e1a
......@@ -190,6 +190,7 @@ public class ChatActivity extends AppCompatActivity implements OnDSListener, OnD
@Override
public void onClick(View v) {
Util.hideSoftKeyboard(ChatActivity.this, v);
mInputMessageView.setText("");
if (null == mLoggedInUsername) return;
if (!mSocket.connected()) return;
......
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 sign in to comment