Skip to content

Commit

Permalink
Hide the FAB while editing profile
Browse files Browse the repository at this point in the history
  • Loading branch information
grishka authored and sk22 committed Oct 9, 2023
1 parent ff47e6e commit d6040c0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1177,6 +1177,7 @@ private void exitEditMode(){
imm.hideSoftInputFromWindow(content.getWindowToken(), 0);
V.setVisibilityAnimated(fab, View.VISIBLE);
bindHeaderView();
V.setVisibilityAnimated(fab, View.VISIBLE);
}

private void saveAndExitEditMode(){
Expand Down

0 comments on commit d6040c0

Please sign in to comment.