mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 10:49:06 +01:00
introduce a hideSoftKeyboard() method and use it
This commit is contained in:
@@ -411,7 +411,7 @@ public class ConversationActivity extends BriarActivity
|
||||
timestamp = Math.max(timestamp, getMinTimestampForNewMessage());
|
||||
createMessage(StringUtils.toUtf8(message), timestamp);
|
||||
content.setText("");
|
||||
toggleSoftKeyboard();
|
||||
hideSoftKeyboard(content);
|
||||
}
|
||||
|
||||
private long getMinTimestampForNewMessage() {
|
||||
|
||||
Reference in New Issue
Block a user