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

Commit 083641c4 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

am: 594f401e

Change-Id: Ifd958d94b0032d486e01e1be8d44d1b68ca1c4b7
parents 696ab6b7 594f401e
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) {