Fix bug in Sim Status Settings. am: fb87919fde
am: 8b1acb7973
am: 30341d7924
Change-Id: Icd5ef796dfe69641e1d93d567fe1b7db550215a3
This commit is contained in:
@@ -151,8 +151,6 @@ public class SimStatus extends SettingsPreferenceFragment {
|
||||
mDefaultText = mRes.getString(R.string.device_info_default);
|
||||
// Note - missing in zaku build, be careful later...
|
||||
mSignalStrength = findPreference(KEY_SIGNAL_STRENGTH);
|
||||
|
||||
updatePhoneInfos();
|
||||
}
|
||||
|
||||
@Override
|
||||
@@ -188,6 +186,12 @@ public class SimStatus extends SettingsPreferenceFragment {
|
||||
return super.onCreateView(inflater, container, savedInstanceState);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onViewCreated(View view, Bundle savedInstanceState) {
|
||||
super.onViewCreated(view, savedInstanceState);
|
||||
updatePhoneInfos();
|
||||
}
|
||||
|
||||
@Override
|
||||
protected int getMetricsCategory() {
|
||||
return MetricsEvent.DEVICEINFO_SIM_STATUS;
|
||||
|
Reference in New Issue
Block a user