Hide keyboard - Fix issue #250

This commit is contained in:
tom79 2019-07-24 19:03:56 +02:00
parent b37b7efffb
commit 5bf1c4658d
1 changed files with 2 additions and 0 deletions

View File

@ -2338,6 +2338,8 @@ public class StatusListAdapter extends RecyclerView.Adapter implements OnPostAct
sendToot();
status.setShortReply(false);
holder.quick_reply_container.setVisibility(View.GONE);
InputMethodManager imm = (InputMethodManager) context.getSystemService(Activity.INPUT_METHOD_SERVICE);
imm.hideSoftInputFromWindow(holder.quick_reply_button.getWindowToken(), 0);
});
holder.quick_reply_privacy.setOnClickListener(view -> {