Hide the FAB while editing profile

This commit is contained in:
Grishka 2023-10-08 22:31:27 +03:00 committed by sk
parent ff47e6edba
commit d6040c0895
1 changed files with 1 additions and 0 deletions

View File

@ -1177,6 +1177,7 @@ public class ProfileFragment extends LoaderFragment implements OnBackPressedList
imm.hideSoftInputFromWindow(content.getWindowToken(), 0);
V.setVisibilityAnimated(fab, View.VISIBLE);
bindHeaderView();
V.setVisibilityAnimated(fab, View.VISIBLE);
}
private void saveAndExitEditMode(){