Merge "Don't use mobile networktype icon if not connected" into honeycomb
This commit is contained in:
committed by
Android (Google) Code Review
commit
19eecb028f
@@ -697,7 +697,7 @@ public class NetworkController extends BroadcastReceiver {
|
|||||||
} else {
|
} else {
|
||||||
label = context.getString(R.string.status_bar_settings_signal_meter_disconnected);
|
label = context.getString(R.string.status_bar_settings_signal_meter_disconnected);
|
||||||
combinedSignalIconId = mDataSignalIconId;
|
combinedSignalIconId = mDataSignalIconId;
|
||||||
dataTypeIconId = mDataTypeIconId;
|
dataTypeIconId = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (false) {
|
if (false) {
|
||||||
|
|||||||
Reference in New Issue
Block a user