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

Commit 311bf9d0 authored by Jack He's avatar Jack He Committed by android-build-merger
Browse files

Add arguments when sending RINGER_MODE_CHANGE message am: 1f3efbd7

am: 5d42a40b

Change-Id: I33fef5a33bfb052144bb3da998d0eaf96d6c7f39
parents 78784978 5d42a40b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -388,7 +388,8 @@ public class CallAudioManager extends CallsManagerListenerBase {

    @VisibleForTesting(visibility = VisibleForTesting.Visibility.PACKAGE)
    public void onRingerModeChange() {
        mCallAudioModeStateMachine.sendMessage(CallAudioModeStateMachine.RINGER_MODE_CHANGE);
        mCallAudioModeStateMachine.sendMessageWithArgs(
                CallAudioModeStateMachine.RINGER_MODE_CHANGE, makeArgsForModeStateMachine());
    }

    @VisibleForTesting