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

Commit 40cdd9b6 authored by Robert Greenwalt's avatar Robert Greenwalt
Browse files

Don't use mobile networktype icon if not connected

bug:3398345
Change-Id: I0e8beb54e909e02bc551c54d65c5fed8e4e8cb10
parent 79c46485
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) {