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

Commit 039b9bb6 authored by Brad Ebinger's avatar Brad Ebinger Committed by Gerrit Code Review
Browse files

Merge "Convert the fail cause to DisconnectCause.CALL_BARRED"

parents ccad37b4 1fa6c4bd
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1949,6 +1949,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;