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

Commit a91caebe authored by Raj Goparaju's avatar Raj Goparaju Committed by Android (Google) Code Review
Browse files

Merge "Fix missing inclusion of players to faded out list" into main

parents 7b56ebfe 8b064457
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -346,6 +346,7 @@ public final class FadeOutManager {
            if (apc.getPlayerProxy() != null) {
                applyVolumeShaperInternal(apc, piid, volShaper,
                        skipRamp ? PLAY_SKIP_RAMP : PLAY_CREATE_IF_NEEDED);
                mFadedPlayers.put(piid, volShaper);
            } else {
                if (DEBUG) {
                    Slog.v(TAG, "Error fading out player piid:" + piid