mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 02:39:05 +01:00
Hide soft keyboard when reblogging post.
This commit is contained in:
@@ -119,6 +119,7 @@ public class ReblogFragment extends BaseFragment implements TextInputListener {
|
||||
|
||||
@Override
|
||||
public void onSendClick(String text) {
|
||||
ui.input.hideSoftKeyboard();
|
||||
String comment = getComment();
|
||||
feedController.repeatPost(item, comment,
|
||||
new UiExceptionHandler<DbException>(this) {
|
||||
|
||||
@@ -134,7 +134,7 @@ public class WriteBlogPostActivity extends BriarActivity
|
||||
@Override
|
||||
public void onSendClick(String body) {
|
||||
// hide publish button, show progress bar
|
||||
hideSoftKeyboard(input);
|
||||
input.hideSoftKeyboard();
|
||||
input.setVisibility(GONE);
|
||||
progressBar.setVisibility(VISIBLE);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user