summaryrefslogtreecommitdiff
path: root/src/com
diff options
context:
space:
mode:
authorWalter Jang <wjang@google.com>2015-06-25 16:04:11 -0700
committerWalter Jang <wjang@google.com>2015-06-25 16:04:11 -0700
commitc7e0a98b5692eb97ffd42c343555e0b91a9d1313 (patch)
treedfb87d47eea837cceffa4510e624cb05947f6aa6 /src/com
parentc4cecc7e7534c7f5d887222d9e6f1a43364f7665 (diff)
downloadContacts-c7e0a98b5692eb97ffd42c343555e0b91a9d1313.tar.gz
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
Diffstat (limited to 'src/com')
-rw-r--r--src/com/android/contacts/editor/LabeledEditorView.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/com/android/contacts/editor/LabeledEditorView.java b/src/com/android/contacts/editor/LabeledEditorView.java
index e2724a193..fe7ae0a2d 100644
--- a/src/com/android/contacts/editor/LabeledEditorView.java
+++ b/src/com/android/contacts/editor/LabeledEditorView.java
@@ -340,8 +340,6 @@ public abstract class LabeledEditorView extends LinearLayout implements Editor,
// Notify listener if applicable
notifyEditorListener();
-
- rebuildLabel();
}
protected void saveValue(String column, String value) {