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

Commit 5d943475 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Timer view alphas reset on animation end" into ub-deskclock-huddle

parents 2a138d4a b422af09
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -664,6 +664,8 @@ public final class TimerFragment extends DeskClockFragment {
                        super.onAnimationEnd(animation);
                        mTimersView.setTranslationY(0f);
                        mCreateTimerView.setTranslationY(0f);
                        mTimersView.setAlpha(1f);
                        mCreateTimerView.setAlpha(1f);
                    }
                });
                animatorSet.start();