Fix bug in Sim Status Settings.
am: fb87919fde
Change-Id: I696fa92d6ae21a9df386c60287da0ed298f3615d
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