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

Commit c8b21787 authored by Amit Mahajan's avatar Amit Mahajan
Browse files

Reset mRuimRecordsLoaded flag in SST on phone type change.

Test: basic sanity
Bug: 119976689
Merged-in: I431efcb4c8822e2c80effae54dc61474c659fbca
Change-Id: I431efcb4c8822e2c80effae54dc61474c659fbca
(cherry picked from commit f218c85e)
parent d762a8ef
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -622,6 +622,7 @@ public class ServiceStateTracker extends Handler {
        mNitzState.handleNetworkCountryCodeUnavailable();
        mCellIdentity = null;
        mNewCellIdentity = null;
        mRuimRecordsLoaded = false;

        //cancel any pending pollstate request on voice tech switching
        cancelPollState();