am 19eecb02: Merge "Don\'t use mobile networktype icon if not connected" into honeycomb
* commit '19eecb028fe094e5f41d9ddeb1e6aac1d096da43': Don't use mobile networktype icon if not connected
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user