Loading src/com/android/server/telecom/RespondViaSmsSettings.java 100644 → 100755 +1 −1 Original line number Diff line number Diff line Loading @@ -99,7 +99,7 @@ public class RespondViaSmsSettings extends PreferenceActivity Log.d(this, " preference = '%s'", preference); Log.d(this, " newValue = '%s'", newValue); EditTextPreference pref = (EditTextPreference) preference; EditTextPreference pref = (EditTextPreference)findPreference(preference.getKey()); // Copy the new text over to the title, just like in onCreate(). // (Watch out: onPreferenceChange() is called *before* the Loading Loading
src/com/android/server/telecom/RespondViaSmsSettings.java 100644 → 100755 +1 −1 Original line number Diff line number Diff line Loading @@ -99,7 +99,7 @@ public class RespondViaSmsSettings extends PreferenceActivity Log.d(this, " preference = '%s'", preference); Log.d(this, " newValue = '%s'", newValue); EditTextPreference pref = (EditTextPreference) preference; EditTextPreference pref = (EditTextPreference)findPreference(preference.getKey()); // Copy the new text over to the title, just like in onCreate(). // (Watch out: onPreferenceChange() is called *before* the Loading