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

Commit 0216da25 authored by Brad Ebinger's avatar Brad Ebinger Committed by android-build-merger
Browse files

Merge "Convert the fail cause to DisconnectCause.CALL_BARRED" am: 039b9bb6 am: 7336423c

am: caf74399

Change-Id: I8eda3971cbd8d097c3d3e111a3f268f7c8e22c4f
parents 6fe1611f caf74399
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1948,6 +1948,9 @@ public class ImsPhoneCallTracker extends CallTracker implements ImsPullCall {
                }
            }

            case ImsReasonInfo.CODE_CALL_BARRED:
                return DisconnectCause.CALL_BARRED;

            case ImsReasonInfo.CODE_FDN_BLOCKED:
                return DisconnectCause.FDN_BLOCKED;