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

Commit 65ba89a3 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Clear mPendingAudioProcessingCall" into rvc-dev am: b7e47c90 am: 7c2a3dc4 am: e405743f

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/services/Telecomm/+/12003086

Change-Id: Ifaa86ffe78b68bc4bdd9d1acafaad1dca9582c52
parents db22f964 e405743f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2959,6 +2959,9 @@ public class CallsManager extends Call.ListenerBase
                    call.setState(CallState.AUDIO_PROCESSING, "active set explicitly and adding");
                    addCall(call);
                }
                // Clear mPendingAudioProcessingCall so that future attempts to mark the call as
                // active (e.g. coming off of hold) don't put the call into audio processing instead
                mPendingAudioProcessingCall = null;
                return;
            }
            setCallState(call, CallState.ACTIVE, "active set explicitly");