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

Commit 0af6d805 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

Change-Id: I3b3ec60bcd86d647100f5c1cbc12836ab95e77ee
parents cce18b44 288f085a
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
                }
                }