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

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

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

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