app: fix typo

This commit is contained in:
Yann 2022-07-19 09:40:50 +02:00 committed by John Wu
parent c97d1044fa
commit 6077c989a7
1 changed files with 2 additions and 2 deletions

View File

@ -54,8 +54,8 @@ public class ConcealableBottomNavigationView extends BottomNavigationView {
toHidden.setDuration(175);
toHidden.setInterpolator(new FastOutLinearInInterpolator());
Animator toUnhidden = ObjectAnimator.ofFloat(this, "translationY", 0);
toHidden.setDuration(225);
toHidden.setInterpolator(new FastOutLinearInInterpolator());
toUnhidden.setDuration(225);
toUnhidden.setInterpolator(new FastOutLinearInInterpolator());
StateListAnimator animator = new StateListAnimator();