OSDN Git Service

Do not show "star" in contact editor.
authorTadashi G. Takaoka <takaoka@google.com>
Tue, 29 Sep 2009 16:12:46 +0000 (09:12 -0700)
committerTadashi G. Takaoka <takaoka@google.com>
Tue, 29 Sep 2009 17:13:29 +0000 (10:13 -0700)
Internal Bug: 2147622

src/com/android/contacts/ui/EditContactActivity.java

index bb10a8a..14f80b9 100644 (file)
@@ -121,7 +121,7 @@ public final class EditContactActivity extends Activity implements View.OnClickL
         // Header bar is filled later after queries finish
         mHeader = (ContactHeaderWidget)this.findViewById(R.id.contact_header_widget);
         mHeader.setContactHeaderListener(this);
-        mHeader.showStar(true);
+        mHeader.showStar(false);
         mHeader.enableClickListeners();
 
         mTabWidget = (ScrollingTabWidget)this.findViewById(R.id.tab_widget);