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

Commit 28575333 authored by Jean-Michel Trivi's avatar Jean-Michel Trivi Committed by android-build-merger
Browse files

Merge "AudioAudioPolicyFocusListener and ducking enforced by framework" into oc-dev am: 288f085a

am: 0af6d805

Change-Id: I5686551990266e49b2fd69a00c4edcba08acc7b5
parents 7dd6b9aa 0af6d805
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -381,6 +381,8 @@ public class FocusRequester {
                        Log.v(TAG, "NOT dispatching " + focusChangeToString(mFocusLossReceived)
                        Log.v(TAG, "NOT dispatching " + focusChangeToString(mFocusLossReceived)
                            + " to " + mClientId + ", ducking implemented by framework");
                            + " to " + mClientId + ", ducking implemented by framework");
                    }
                    }
                    mFocusController.notifyExtPolicyFocusLoss_syncAf(
                            toAudioFocusInfo(), false /* wasDispatched */);
                    return; // with mFocusLossWasNotified = false
                    return; // with mFocusLossWasNotified = false
                }
                }