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

Commit 8c4e621a 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
Merged-In: Iac9c4562ac20b793fcea4fd38783e446892bef4d
Change-Id: Iac9c4562ac20b793fcea4fd38783e446892bef4d
(cherry picked from commit 46719f1a)
parent 684e9336
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;
        }