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

Commit 553d027d 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 am: d160da1a

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