Remove scale up animation for startActivity from RemoteViews
am: 95b193fdca
Change-Id: I5c3d5865b2f12be5375503678c7bea2d8d831986
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user