Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4ce050bd authored by Abodunrinwa Toki's avatar Abodunrinwa Toki
Browse files

Fix wrong delay values for floatingtoolbar.hide/dismiss

Change-Id: Ie16b5f49babd0df0c70b188c9637e17c661e029c
parent 00d1fcf7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -357,7 +357,7 @@ public final class FloatingToolbar {
            mShowAnimation = createGrowFadeInFromBottom(mContentContainer);
            mDismissAnimation = createShrinkFadeOutFromBottomAnimation(
                    mContentContainer,
                    0,
                    150,  // startDelay
                    new AnimatorListenerAdapter() {
                        @Override
                        public void onAnimationEnd(Animator animation) {
@@ -367,7 +367,7 @@ public final class FloatingToolbar {
                    });
            mHideAnimation = createShrinkFadeOutFromBottomAnimation(
                    mContentContainer,
                    150,
                    0,  // startDelay
                    new AnimatorListenerAdapter() {
                        @Override
                        public void onAnimationEnd(Animator animation) {