Merge "Use opaque enter animation for freezing without rotation change" into sc-dev am: b35c0291f5

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14661872

Change-Id: I14674fb0c2eb145028a8ab56473c72586c47d77d
This commit is contained in:
Riddle Hsu
2021-05-26 14:51:40 +00:00
committed by Automerger Merge Worker

View File

@@ -372,7 +372,7 @@ class ScreenRotationAnimation {
mRotateExitAnimation = AnimationUtils.loadAnimation(mContext,
R.anim.screen_rotate_0_exit);
mRotateEnterAnimation = AnimationUtils.loadAnimation(mContext,
R.anim.screen_rotate_0_enter);
R.anim.rotation_animation_enter);
break;
case Surface.ROTATION_90:
mRotateExitAnimation = AnimationUtils.loadAnimation(mContext,