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

Commit 3d6c92d5 authored by allenwtsu's avatar allenwtsu Committed by Allen Su
Browse files

[IMS]Clear ImsReasonInfo mapping array

When SIM swap, some old carrier config data should have been cleared.

Bug: 154772179
Test: manual test
Change-Id: If50a0e6c6e0421f6ee6e9f260ebdb60a266c5ef1
parent 9374742b
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();
            }
        }
    }