mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-17 13:19:52 +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
|
@Override
|
||||||
public void onSendClick(String text) {
|
public void onSendClick(String text) {
|
||||||
|
ui.input.hideSoftKeyboard();
|
||||||
String comment = getComment();
|
String comment = getComment();
|
||||||
feedController.repeatPost(item, comment,
|
feedController.repeatPost(item, comment,
|
||||||
new UiExceptionHandler<DbException>(this) {
|
new UiExceptionHandler<DbException>(this) {
|
||||||
|
|||||||
@@ -134,7 +134,7 @@ public class WriteBlogPostActivity extends BriarActivity
|
|||||||
@Override
|
@Override
|
||||||
public void onSendClick(String body) {
|
public void onSendClick(String body) {
|
||||||
// hide publish button, show progress bar
|
// hide publish button, show progress bar
|
||||||
hideSoftKeyboard(input);
|
input.hideSoftKeyboard();
|
||||||
input.setVisibility(GONE);
|
input.setVisibility(GONE);
|
||||||
progressBar.setVisibility(VISIBLE);
|
progressBar.setVisibility(VISIBLE);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user