Merge change 8847
* changes: Wifi: Fix crash when changing screen orientation in Regulatory Domain list.
This commit is contained in:
@@ -69,6 +69,13 @@ public class AdvancedSettings extends PreferenceActivity
|
||||
Preference preference = findPreference(mPreferenceKeys[i]);
|
||||
preference.setOnPreferenceChangeListener(this);
|
||||
}
|
||||
|
||||
/*
|
||||
* Fix the Run-time IllegalStateException that ListPreference requires an entries
|
||||
* array and an entryValues array, this exception occurs when user open/close the
|
||||
* slider in the Regulatory domain dialog.
|
||||
*/
|
||||
initNumChannelsPreference();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user