Merge "Removed the Wi-Fi icon shown when Wi-Fi is off." into lmp-dev

This commit is contained in:
PauloftheWest
2014-08-27 21:40:08 +00:00
committed by Android (Google) Code Review
6 changed files with 0 additions and 2 deletions

View File

@@ -780,8 +780,6 @@ public class WifiSettings extends RestrictedSettingsFragment
private void setOffMessage() {
if (mEmptyView != null) {
mEmptyView.setCompoundDrawablesWithIntrinsicBounds(0,
R.drawable.ic_wifi_emptystate, 0, 0);
mEmptyView.setText(R.string.wifi_empty_list_wifi_off);
if (android.provider.Settings.Global.getInt(getActivity().getContentResolver(),
android.provider.Settings.Global.WIFI_SCAN_ALWAYS_AVAILABLE, 0) == 1) {