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

Commit d160da1a authored by Allen Su's avatar Allen Su Committed by Automerger Merge Worker
Browse files

Merge "[IMS]Clear ImsReasonInfo mapping array" am: 67e1da2b am: ed06eb72

Change-Id: I0447b5047018cbc5c22b66ea0054d7c443d6eda7
parents c2c3c951 ed06eb72
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -1429,6 +1429,9 @@ public class ImsPhoneCallTracker extends CallTracker implements ImsPullCall {
            }
            }
        } else {
        } else {
            log("No carrier ImsReasonInfo mappings defined.");
            log("No carrier ImsReasonInfo mappings defined.");
            if (!mImsReasonCodeMap.isEmpty()) {
                mImsReasonCodeMap.clear();
            }
        }
        }
    }
    }