Skip to content

Commit

Permalink
Add animation hiding after closing fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
SebaDro committed Nov 2, 2021
1 parent 80b1271 commit 7685dcb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,7 @@ private void hideAddFuelingCard() {
.commit();
addFuelingFragment = null;
ECAnimationUtils.animateShowView(LogbookActivity.this, newFuelingFab, R.anim.fade_in);
ECAnimationUtils.animateHideView(this, overlayView, R.anim.fade_out);
}

private void showSnackbarInfo(int resourceID) {
Expand Down

0 comments on commit 7685dcb

Please sign in to comment.