Skip to content
Snippets Groups Projects
Unverified Commit b818d684 authored by akwizgran's avatar akwizgran
Browse files

Don't close keyboard after sending private message. #355

parent 950c6525
No related branches found
No related tags found
No related merge requests found
...@@ -578,7 +578,6 @@ public class ConversationActivity extends BriarActivity ...@@ -578,7 +578,6 @@ public class ConversationActivity extends BriarActivity
timestamp = Math.max(timestamp, getMinTimestampForNewMessage()); timestamp = Math.max(timestamp, getMinTimestampForNewMessage());
createMessage(StringUtils.toUtf8(message), timestamp); createMessage(StringUtils.toUtf8(message), timestamp);
content.setText(""); content.setText("");
hideSoftKeyboard(content);
} }
private long getMinTimestampForNewMessage() { private long getMinTimestampForNewMessage() {
......
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