Reset osm notes

This commit is contained in:
vshcherb 2014-03-26 23:44:02 +01:00
parent c5515dd5ff
commit 37b6022bf9

View file

@ -550,6 +550,10 @@ public class OsmBugsLayer extends OsmandMapLayer implements IContextMenuProvider
switch (id) {
case DIALOG_OPEN_BUG:
prepareOpenBugDialog(dialog, args);
break;
case DIALOG_COMMENT_BUG:
((EditText)dialog.findViewById(R.id.BugMessage)).setText("");
break;
}
}