am d6b20af7: am 140c33eb: am d931d1a3: Merge "Don\'t rebuild labels when phone and emails field change" into mnc-dev

* commit 'd6b20af7c055e03735fda254cfb366ce54098acb':
  Don't rebuild labels when phone and emails field change
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) {