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

Commit df2ff2bb authored by Petar Šegina's avatar Petar Šegina Committed by Android (Google) Code Review
Browse files

Merge "Do not specify the unchecked exception in the method signature"

parents 0bc76e68 18f3c382
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -365,7 +365,7 @@ final class SmartSelectSprite {
    public void startAnimation(
            final PointF start,
            final List<RectF> destinationRectangles,
            final Runnable onAnimationEnd) throws IllegalArgumentException {
            final Runnable onAnimationEnd) {
        cancelAnimation();

        final ValueAnimator.AnimatorUpdateListener updateListener =