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

Commit 67e1da2b authored by Allen Su's avatar Allen Su Committed by Gerrit Code Review
Browse files

Merge "[IMS]Clear ImsReasonInfo mapping array"

parents 3b91ed09 3d6c92d5
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();
            }
        }
    }