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

Commit 8c2f3995 authored by Tyler Gunn's avatar Tyler Gunn
Browse files

Update handover failed constant name.

Update the name of the emergency call handover failure cause.

Bug: 74831393
Test: Manual
Change-Id: Ia7ce4d384cabd057fc226290e06423e4b6165e08
parent ade1a55a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3436,7 +3436,7 @@ public class CallsManager extends Call.ListenerBase
        // Send an error back if there are any ongoing emergency calls.
        if (hasEmergencyCall()) {
            handoverFromCall.onHandoverFailed(
                    android.telecom.Call.Callback.HANDOVER_FAILURE_ONGOING_EMERG_CALL);
                    android.telecom.Call.Callback.HANDOVER_FAILURE_ONGOING_EMERGENCY_CALL);
            return;
        }