Reset osm notes
This commit is contained in:
parent
c5515dd5ff
commit
37b6022bf9
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue