Remove scale up animation for startActivity from RemoteViews

am: 95b193fdca

Change-Id: I5c3d5865b2f12be5375503678c7bea2d8d831986
This commit is contained in:
Ian Lake
2017-04-19 21:38:43 +00:00
committed by android-build-merger

View File

@@ -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) {