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

Commit 806e0ec3 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Not update the quick reply process after the call interrupted" am:...

Merge "Not update the quick reply process after the call interrupted" am: c7573178 am: 95d5d110 am: bb0d53e7

Original change: https://android-review.googlesource.com/c/platform/packages/services/Telecomm/+/2022035

Change-Id: I33eb45fa419fa17121332a98c3f8a1628a02a3ba
parents 3af1646b bb0d53e7
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