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

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

Merge "Statusbar(MSIM): Do not display data icon if data is not connected."

parents d8720bf0 6f25f838
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1037,7 +1037,11 @@ public class MSimNetworkController extends NetworkController {
                    mHasMobileDataFeature ? mMSimDataSignalIconId[subscription] : mWifiIconId;
            mMSimContentDescriptionCombinedSignal[subscription] = mHasMobileDataFeature
                    ? mMSimContentDescriptionDataType[subscription] : mContentDescriptionWifi;
        }

        if (!mMSimDataConnected[subscription]) {
            Slog.d(TAG, "refreshViews: Data not connected!! Set no data type icon / Roaming for"
                    + " subscription: " + subscription);
            mMSimDataTypeIconId[subscription] = 0;
            if (isCdma(subscription)) {
                if (isCdmaEri(subscription)) {