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

Commit 1d735638 authored by rachelzhang's avatar rachelzhang
Browse files

Fix stopwatch fab disappear after timer fab scaling

Bug: 17612671
Change-Id: I82433d956c42c2f6c59544a7b406c660b4c6e418
parent a2600d47
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -51,6 +51,8 @@ public class TimerSetupView extends LinearLayout implements Button.OnClickListen
        @Override
        public void onAnimationEnd(Animator animation) {
            if (mStart != null) {
                mStart.setScaleX(1.0f);
                mStart.setScaleY(1.0f);
                mStart.setVisibility(View.INVISIBLE);
            }
        }