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

Commit 2bda77e0 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Effects: sets mVolumeControlEffect" into main

parents bf0a1854 0508125e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2572,6 +2572,7 @@ bool EffectChain::setVolume_l(uint32_t *left, uint32_t *right, bool force)
            uint32_t rightZero = 0;
            volumeControlEffect->setVolume(&leftZero, &rightZero, true /*controller*/);
        }
        mVolumeControlEffect = volumeControlEffect;
    }
    mLeftVolume = newLeft;
    mRightVolume = newRight;