Last attempt at getting chicklets right, ugh.
diff --git a/src/com/android/contacts/ui/FastTrackWindow.java b/src/com/android/contacts/ui/FastTrackWindow.java
index 80c57a6..8626818 100644
--- a/src/com/android/contacts/ui/FastTrackWindow.java
+++ b/src/com/android/contacts/ui/FastTrackWindow.java
@@ -983,8 +983,8 @@
// Show or hide the resolve list if needed
boolean visibleNow = mFooterDisambig.getVisibility() == View.VISIBLE;
- if (mLastAction != null) mLastAction.setChecked(!visible);
- if (actionView != null) actionView.setChecked(visible);
+ if (mLastAction != null) mLastAction.setChecked(false);
+ if (actionView != null) actionView.setChecked(true);
mLastAction = actionView;
// Bail early if already in desired state