Skip to content

Instantly share code, notes, and snippets.

@kmdupr33
Last active August 29, 2015 14:19
Show Gist options
  • Save kmdupr33/325d480ee63848412748 to your computer and use it in GitHub Desktop.
Save kmdupr33/325d480ee63848412748 to your computer and use it in GitHub Desktop.
SessionDetailActivitiyInitmInitStarred
private void onSessionQueryComplete(Cursor cursor) {
final boolean inMySchedule = cursor.getInt(SessionsQuery.IN_MY_SCHEDULE) != 0;
//...
if (!mIsKeynote) {
showStarredDeferred(mInitStarred = inMySchedule, false);
}
//...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment