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

Commit 086698b7 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...

Merge "[IMS]Clear ImsReasonInfo mapping array" am: 67e1da2b am: ed06eb72 am: d160da1a am: 553d027d am: a363c742

Change-Id: Ief7c82ddc8535f9ef676eed04cee914dfcb60914
parents 89437c33 a363c742
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();
            }
        }
    }