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

Commit b7e47c90 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Clear mPendingAudioProcessingCall" into rvc-dev

parents 23090efb da8eda9b
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");