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

Commit 7ef0537a authored by Narinder Rana's avatar Narinder Rana
Browse files

Testing ....

parent 2f5456d5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -41,6 +41,8 @@

        <include layout="@layout/editor_account_header" />



        <include layout="@layout/contact_editor_fields" />

    </com.android.contacts.editor.RawContactEditorView>
+6 −1
Original line number Diff line number Diff line
@@ -349,8 +349,10 @@ public class TextFieldsEditorView extends LabeledEditorView {

                    CharacterStyle[] toBeRemovedSpans = s.getSpans(0, s.length(),
                            MetricAffectingSpan.class);
                    for (int index = 0; index < toBeRemovedSpans.length; index++)
                    for (int index = 0; index < toBeRemovedSpans.length; index++){
                        s.removeSpan(toBeRemovedSpans[index]);
                    }


                    Log.e("TAG", "line 356 ....afterTextChanged...................removeSpan");

@@ -366,6 +368,7 @@ public class TextFieldsEditorView extends LabeledEditorView {
                        mFixedDisplayName = getNameField(column);
                        needInputInitialize = false;
                    }
                    Log.e("TAG", "line 356 ....beforeTextChanged................");
                }

                @Override
@@ -381,6 +384,8 @@ public class TextFieldsEditorView extends LabeledEditorView {
                        spannable.removeSpan(spans[i]);
                    }
                    PhoneNumberUtilsCompat.addTtsSpan(spannable, 0, s.length());

                    Log.e("TAG", "line 356 ....onTextChanged................");
                }
            });