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

Commit 3d17d965 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Clear mPendingAudioProcessingCall" into rvc-dev am: b7e47c90

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

Change-Id: I0840c538a9b7436f47c0513b80bf243c90292818
parents 493c67b2 b7e47c90
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");