fix show on map menu entry
This commit is contained in:
parent
ea07f84cda
commit
13b52fec86
1 changed files with 1 additions and 1 deletions
|
@ -806,7 +806,7 @@ public class AudioVideoNotesPlugin extends OsmandPlugin {
|
|||
} else {
|
||||
adapter.registerItem(R.string.recording_context_menu_play, R.drawable.list_context_menu_play, listener, 0);
|
||||
}
|
||||
adapter.registerItem(R.string.show_location, R.drawable.list_activities_show_on_map, new OnContextMenuClick() {
|
||||
adapter.registerItem(R.string.show_location, 0, new OnContextMenuClick() {
|
||||
@Override
|
||||
public void onContextMenuClick(int itemId, int pos, boolean isChecked, DialogInterface dialog) {
|
||||
app.getSettings().SHOW_RECORDINGS.set(true);
|
||||
|
|
Loading…
Reference in a new issue