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

Commit ceae200a authored by rachelzhang's avatar rachelzhang Committed by Android Git Automerger
Browse files

am 1d735638: Fix stopwatch fab disappear after timer fab scaling

* commit '1d735638':
  Fix stopwatch fab disappear after timer fab scaling
parents 7c86d0b3 1d735638
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);
            }
        }