commit | c7e0a98b5692eb97ffd42c343555e0b91a9d1313 | [log] [tgz] |
---|---|---|
author | Walter Jang <wjang@google.com> | Thu Jun 25 16:04:11 2015 -0700 |
committer | Walter Jang <wjang@google.com> | Thu Jun 25 16:04:11 2015 -0700 |
tree | dfb87d47eea837cceffa4510e624cb05947f6aa6 | |
parent | c4cecc7e7534c7f5d887222d9e6f1a43364f7665 [diff] |
Don't rebuild labels when phone and emails field change This was necessary when we using different hint colors for groups of input fields but since that was removed this should be safe to remove. Bug 21662781 Change-Id: I7b9f48fed3d963cce251d6b09e705907c9cb224f
diff --git a/src/com/android/contacts/editor/LabeledEditorView.java b/src/com/android/contacts/editor/LabeledEditorView.java index e2724a1..fe7ae0a 100644 --- a/src/com/android/contacts/editor/LabeledEditorView.java +++ b/src/com/android/contacts/editor/LabeledEditorView.java
@@ -340,8 +340,6 @@ // Notify listener if applicable notifyEditorListener(); - - rebuildLabel(); } protected void saveValue(String column, String value) {