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

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

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

* commit 'a64f899f':
  Always show appropriate mobile service label.
parents 2af9ecfd a64f899f
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) {