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

Commit 594f401e authored by Ian Lake's avatar Ian Lake Committed by android-build-merger
Browse files

Remove scale up animation for startActivity from RemoteViews

am: 95b193fd

Change-Id: I5c3d5865b2f12be5375503678c7bea2d8d831986
parents 97eecf8d 95b193fd
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -252,9 +252,7 @@ public class RemoteViews implements Parcelable, Filter {
                if (mEnterAnimationId != 0) {
                    opts = ActivityOptions.makeCustomAnimation(context, mEnterAnimationId, 0);
                } else {
                    opts = ActivityOptions.makeScaleUpAnimation(view,
                            0, 0,
                            view.getMeasuredWidth(), view.getMeasuredHeight());
                    opts = ActivityOptions.makeBasic();
                }

                if (launchStackId != StackId.INVALID_STACK_ID) {