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

Commit 95d5d110 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: c7573178

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

Change-Id: I6c7838d3d7d4ab8a23d71c637fe25e3902e72a2d
parents 302290e2 c7573178
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