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

Commit 28b877a2 authored by Mengjun Leng's avatar Mengjun Leng
Browse files

Fix R icon shows for a short while

In architecture 1x + LTE, Phone may switch to GSM as per carrier's
requirement, but at that time, Telephony has got LTE RAT, but just
1x signal strenght is there, so that UI has a little bit change to
show R icon as per CDMA.

To fix it, initialize mNewSS as out of service.

Bug: 118089247
Change-Id: I20907f752bf3a35d38508fc142285504ac48d1fd
parent 22f7e88f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -609,6 +609,7 @@ public class ServiceStateTracker extends Handler {
        mSS = new ServiceState();
        mSS.setStateOutOfService();
        mNewSS = new ServiceState();
        mNewSS.setStateOutOfService();
        mLastCellInfoReqTime = 0;
        mLastCellInfoList = null;
        mSignalStrength = new SignalStrength();