summaryrefslogtreecommitdiffstats
path: root/src/com/android/calendar/EventInfoActivity.java
diff options
context:
space:
mode:
authorJeff Hamilton <jham@android.com>2009-08-21 18:40:10 -0500
committerJeff Hamilton <jham@android.com>2009-08-21 18:40:10 -0500
commit34e4023ab4c774b3552933449102dc6f8c8dd588 (patch)
tree3e174bc70bcee6178b20e8b87e4caaaf2939aa20 /src/com/android/calendar/EventInfoActivity.java
parent705043ffec0bcd8fd0348d4038ac34fd45b09818 (diff)
downloadandroid_packages_apps_Calendar-34e4023ab4c774b3552933449102dc6f8c8dd588.tar.gz
android_packages_apps_Calendar-34e4023ab4c774b3552933449102dc6f8c8dd588.tar.bz2
android_packages_apps_Calendar-34e4023ab4c774b3552933449102dc6f8c8dd588.zip
Don't load presence as it's not working right now.
Diffstat (limited to 'src/com/android/calendar/EventInfoActivity.java')
-rw-r--r--src/com/android/calendar/EventInfoActivity.java5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/com/android/calendar/EventInfoActivity.java b/src/com/android/calendar/EventInfoActivity.java
index ced0f924..91155bd0 100644
--- a/src/com/android/calendar/EventInfoActivity.java
+++ b/src/com/android/calendar/EventInfoActivity.java
@@ -891,8 +891,9 @@ public class EventInfoActivity extends Activity implements View.OnClickListener,
}
selection.append(')');
- mPresenceQueryHandler.startQuery(0, attendees, CONTACT_PRESENCE_URI, PRESENCE_PROJECTION,
- selection.toString(), selectionArgs, null);
+//TODO update this to the new contacts APIs
+// mPresenceQueryHandler.startQuery(0, attendees, CONTACT_PRESENCE_URI, PRESENCE_PROJECTION,
+// selection.toString(), selectionArgs, null);
}
private class PresenceQueryHandler extends AsyncQueryHandler {