Skip to content

Commit

Permalink
Made edit profile save button move with the keyboard.
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-signal authored and greyson-signal committed Jun 3, 2020
1 parent 1033bd7 commit cd80a47
Showing 1 changed file with 0 additions and 4 deletions.
Expand Up @@ -131,10 +131,6 @@ public void onViewCreated(@NonNull View view, @Nullable Bundle savedInstanceStat
initializeProfileAvatar();
initializeProfileName();
initializeUsername();

if (groupId == null) {
requireActivity().getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_ADJUST_NOTHING);
}
}

@Override
Expand Down

0 comments on commit cd80a47

Please sign in to comment.