commit | ac65121351f88a890d73a9911f705b7f8f663cd8 | [log] [tgz] |
---|---|---|
author | Tom Taylor <tomtaylor@google.com> | Tue Jan 05 16:25:53 2010 -0800 |
committer | Tom Taylor <tomtaylor@google.com> | Tue Jan 05 16:25:53 2010 -0800 |
tree | 81e8c0cc0a5c00b87f27846928b2c37b216641a7 | |
parent | 08fa1428eed52083789dc3b366aea4873199bd37 [diff] |
Hide unused fields When ContactHeaderWidget.bindFromPhoneNumber is called with a number that's not in contacts, onQueryComplete takes a path that doesn't hide fields that don't apply to the current phone number. As a result, the user sees the new number, but old data from the previous display (such as the facebook status). With this change, those fields are hidden. Fixes bug 2336977. Change-Id: Ib6253c18dc58c3d28b463c87d5d195a84d613600