Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ba3147d1 authored by Daniel Lehmann's avatar Daniel Lehmann Committed by Android Git Automerger
Browse files

am 140d040b: am d8b9b511: Merge "Pass cookie to TOKEN_CONTACT_INFO so that...

am 140d040b: am d8b9b511: Merge "Pass cookie to TOKEN_CONTACT_INFO so that QuickContact without photo works again Bug:2572239" into froyo

Merge commit '140d040b' into kraken

* commit '140d040b':
  Pass cookie to TOKEN_CONTACT_INFO so that QuickContact without photo works again
parents b93107da 140d040b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -489,7 +489,7 @@ public class ContactHeaderWidget extends FrameLayout implements View.OnClickList
            resetAsyncQueryHandler();
        }

        mQueryHandler.startQuery(TOKEN_CONTACT_INFO, null, contactUri, ContactQuery.COLUMNS,
        mQueryHandler.startQuery(TOKEN_CONTACT_INFO, contactUri, contactUri, ContactQuery.COLUMNS,
                null, null, null);
    }