From 732366a21ef1829f693d1be0a5f3b358bbe0be8c Mon Sep 17 00:00:00 2001 From: Dmitry Kunin Date: Mon, 24 Feb 2014 17:06:22 +0300 Subject: [PATCH] Clean some comments. --- android/src/com/mapswithme/maps/widget/MapInfoView.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/android/src/com/mapswithme/maps/widget/MapInfoView.java b/android/src/com/mapswithme/maps/widget/MapInfoView.java index de50e92c6f..6e89288923 100644 --- a/android/src/com/mapswithme/maps/widget/MapInfoView.java +++ b/android/src/com/mapswithme/maps/widget/MapInfoView.java @@ -385,7 +385,6 @@ public class MapInfoView extends LinearLayout public void onClick(View v) { BookmarkActivity.startWithBookmark(getContext(), bmk.getCategoryId(), bmk.getBookmarkId()); - // TODO we dont know if bookmark exists after this screen was open } }); @@ -473,8 +472,7 @@ public class MapInfoView extends LinearLayout // remove from bookmarks bm.deleteBookmark((Bookmark) mMapObject); setMapObject(p); - - // TODO how to handle the case, when bookmark moved to another group + // TODO how to handle the case, when bookmark moved to another group? } else {