Merge "AudioService: RotationHelper.forceUpdate fix" into tm-qpr-dev am: 08115d4ddb
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/22129317 Change-Id: I841e758922b558e99fa281f43bfb6ac26d992acb Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -1734,7 +1734,9 @@ public class AudioService extends IAudioService.Stub
|
|||||||
mSpatializerHelper.reset(/* featureEnabled */ mHasSpatializerEffect);
|
mSpatializerHelper.reset(/* featureEnabled */ mHasSpatializerEffect);
|
||||||
|
|
||||||
// Restore rotation information.
|
// Restore rotation information.
|
||||||
|
if (mMonitorRotation) {
|
||||||
RotationHelper.forceUpdate();
|
RotationHelper.forceUpdate();
|
||||||
|
}
|
||||||
|
|
||||||
onIndicateSystemReady();
|
onIndicateSystemReady();
|
||||||
// indicate the end of reconfiguration phase to audio HAL
|
// indicate the end of reconfiguration phase to audio HAL
|
||||||
|
|||||||
Reference in New Issue
Block a user