hide keyboard when navigating

closes #227
This commit is contained in:
sk 2023-01-09 11:15:14 +01:00 committed by LucasGGamerM
parent 1fa42fd20f
commit ab2cee08fe
1 changed files with 1 additions and 0 deletions

View File

@ -621,6 +621,7 @@ public class ComposeFragment extends MastodonToolbarFragment implements OnBackPr
Bundle args=new Bundle();
args.putString("account", accountID);
args.putParcelable("profileAccount", Parcels.wrap(replyTo.account));
imm.hideSoftInputFromWindow(view.getWindowToken(), 0);
Nav.go(getActivity(), ProfileFragment.class, args);
});