am d8b9b511: Merge "Pass cookie to TOKEN_CONTACT_INFO so that QuickContact without photo works again Bug:2572239" into froyo
Merge commit 'd8b9b511821a06d86b3ffaab0d71ee9ce3834678' into froyo-plus-aosp * commit 'd8b9b511821a06d86b3ffaab0d71ee9ce3834678': Pass cookie to TOKEN_CONTACT_INFO so that QuickContact without photo works again
This commit is contained in:
@@ -489,7 +489,7 @@ public class ContactHeaderWidget extends FrameLayout implements View.OnClickList
|
|||||||
resetAsyncQueryHandler();
|
resetAsyncQueryHandler();
|
||||||
}
|
}
|
||||||
|
|
||||||
mQueryHandler.startQuery(TOKEN_CONTACT_INFO, null, contactUri, ContactQuery.COLUMNS,
|
mQueryHandler.startQuery(TOKEN_CONTACT_INFO, contactUri, contactUri, ContactQuery.COLUMNS,
|
||||||
null, null, null);
|
null, null, null);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user