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

This commit is contained in:
Riddle Hsu
2021-05-26 14:38:31 +00:00
committed by Android (Google) Code Review

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,