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

Commit 13704c85 authored by Linux Build Service Account's avatar Linux Build Service Account
Browse files

Merge 6c885c9a on remote branch

Change-Id: I00711db9a194f5d1a189a9adc0d5c434be6fc4c9
parents bf4b5a1d 6c885c9a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -372,6 +372,9 @@ public class CdmaLteServiceStateTracker extends CdmaServiceStateTracker {
            mPhone.setSystemProperty(TelephonyProperties.PROPERTY_DATA_NETWORK_TYPE,
                    ServiceState.rilRadioTechnologyToString(mSS.getRilDataRadioTechnology()));

            // Query Signalstrength when there is a change in PS RAT.
            sendMessage(obtainMessage(EVENT_POLL_SIGNAL_STRENGTH));

            if (isIwlanFeatureAvailable()
                    && (ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN
                        == mSS.getRilDataRadioTechnology())) {