Clean some comments.

This commit is contained in:
Dmitry Kunin 2014-02-24 17:06:22 +03:00 committed by Alex Zolotarev
parent b4a395a81d
commit 732366a21e

View file

@ -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
{