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

Commit 96e0ceb1 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Telephony: Do not display the data icon if data is not connected."

parents 61344e29 3eefe0c1
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1157,7 +1157,10 @@ public class NetworkController extends BroadcastReceiver implements DemoMode {
                mHasMobileDataFeature ? mDataSignalIconId : mWifiIconId;
            mContentDescriptionCombinedSignal = mHasMobileDataFeature
                ? mContentDescriptionDataType : mContentDescriptionWifi;
        }

        if (!mDataConnected) {
            Log.d(TAG, "refreshViews: Data not connected!! Set no data type icon / Roaming");
            mDataTypeIconId = 0;
            mQSDataTypeIconId = 0;
            if (isCdma()) {