Made edit profile save button move with the keyboard.

This commit is contained in:
Alex Hart 2020-06-03 14:03:55 -03:00 committed by Greyson Parrelli
parent 1033bd7bda
commit cd80a47c04

View File

@ -131,10 +131,6 @@ public class EditProfileFragment extends Fragment {
initializeProfileAvatar();
initializeProfileName();
initializeUsername();
if (groupId == null) {
requireActivity().getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_ADJUST_NOTHING);
}
}
@Override