am 7bec22d9: Merge change I43723de2 into eclair
Merge commit '7bec22d9cb610827b4c5f5fcbc1678e1344a2637' into eclair-mr2
* commit '7bec22d9cb610827b4c5f5fcbc1678e1344a2637':
Avoid setting checked state when dismissing FastTrack.
diff --git a/src/com/android/contacts/ui/QuickContactWindow.java b/src/com/android/contacts/ui/QuickContactWindow.java
index d970b43..e787987 100644
--- a/src/com/android/contacts/ui/QuickContactWindow.java
+++ b/src/com/android/contacts/ui/QuickContactWindow.java
@@ -1313,7 +1313,7 @@
}
// Hide the resolution list, if present
- setResolveVisible(false, actionView);
+ setResolveVisible(false, null);
this.dismiss();
if (makePrimary) {