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

Commit b79c611e authored by Robert Greenwalt's avatar Robert Greenwalt Committed by Android Git Automerger
Browse files

am 19eecb02: Merge "Don\'t use mobile networktype icon if not connected" into honeycomb

* commit '19eecb02':
  Don't use mobile networktype icon if not connected
parents a5e92d18 19eecb02
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -697,7 +697,7 @@ public class NetworkController extends BroadcastReceiver {
        } else {
            label = context.getString(R.string.status_bar_settings_signal_meter_disconnected);
            combinedSignalIconId = mDataSignalIconId;
            dataTypeIconId = mDataTypeIconId;
            dataTypeIconId = 0;
        }

        if (false) {