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

Commit 18f3c382 authored by Petar Šegina's avatar Petar Šegina
Browse files

Do not specify the unchecked exception in the method signature

Test: manual - compile the framework to verify everything still works
Change-Id: Ifa69f824fcaa78c62f9be9bb9c281d2bf2716995
parent 2a791ee4
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 =