Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a4f2c478 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 8303774 from 50b1e58e to tm-release

Change-Id: I89a9f0082e239fdcaf6edf1b32c11ceba3c471bc
parents 8e17e443 50b1e58e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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