Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 08115d4d authored by Shunkai Yao's avatar Shunkai Yao Committed by Android (Google) Code Review
Browse files

Merge "AudioService: RotationHelper.forceUpdate fix" into tm-qpr-dev

parents b0e2f512 0ea3e2b9
Loading
Loading
Loading
Loading
+3 −1
Original line number Original line Diff line number Diff line
@@ -1731,7 +1731,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