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

Commit 300c1504 authored by Nilesh Agrawal's avatar Nilesh Agrawal
Browse files

Fix build

Change-Id: I4c19afe4da891ad1de125cbb65c494fdc0a9a165
parent 06eda48b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3302,7 +3302,7 @@ public class Launcher extends Activity

                width = revealView.getMeasuredWidth();

                ValueAnimator reveal =
                Animator reveal =
                        ViewAnimationUtils.createCircularReveal(revealView, width / 2,
                                height / 2 + 100, 0f, revealRadius);
                reveal.setDuration(revealDuration);
@@ -3528,7 +3528,7 @@ public class Launcher extends Activity

                width = revealView.getMeasuredWidth();

                ValueAnimator reveal =
                Animator reveal =
                        ViewAnimationUtils.createCircularReveal(revealView, width / 2,
                                height / 2 + 100, revealRadius, 0f);
                reveal.setInterpolator(new LogDecelerateInterpolator(100, 0));