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

Commit caf74399 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

Change-Id: Ia6a262977796c3b1292605e4594f88e4b72bc471
parents 3879cbdb 7336423c
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;