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

Commit a64f899f authored by Daniel Sandler's avatar Daniel Sandler Committed by Android Git Automerger
Browse files

am 4d3161f3: Merge "Always show appropriate mobile service label." into ics-mr1

* commit '4d3161f3':
  Always show appropriate mobile service label.
parents 1bc82792 4d3161f3
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -913,6 +913,9 @@ public class NetworkController extends BroadcastReceiver {
            combinedActivityIconId = mMobileActivityIconId;
            combinedSignalIconId = mDataSignalIconId; // set by updateDataIcon()
            mContentDescriptionCombinedSignal = mContentDescriptionDataType;
        } else {
            mobileLabel = mHasMobileDataFeature ?
                context.getString(R.string.status_bar_settings_signal_meter_disconnected) : "";
        }

        if (mWifiConnected) {