Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
joey-mbk committed May 11, 2012
1 parent aacfe7f commit 58ac59b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/com/mobilecityguide/activity/PoisList.java
Expand Up @@ -105,6 +105,7 @@ private void setListeners() {

public void onItemClick(AdapterView<?> arg0,View arg1, int arg2, long id) {
Intent intent = new Intent(this, PoiDetails.class);
intent.putExtra("id", false);
intent.putExtra("poi", pois.get((int) id));
startActivity(intent);
}
Expand Down

0 comments on commit 58ac59b

Please sign in to comment.