From a261ef6e186b180f676b38a5338c60cf66d58551 Mon Sep 17 00:00:00 2001 From: Victor Shcherb Date: Sun, 3 Mar 2013 00:30:28 +0100 Subject: [PATCH] Fix recorder --- OsmAnd/src/net/osmand/plus/audionotes/AudioVideoNotesPlugin.java | 1 + 1 file changed, 1 insertion(+) diff --git a/OsmAnd/src/net/osmand/plus/audionotes/AudioVideoNotesPlugin.java b/OsmAnd/src/net/osmand/plus/audionotes/AudioVideoNotesPlugin.java index a91a89e70f..99cdbd5ccc 100644 --- a/OsmAnd/src/net/osmand/plus/audionotes/AudioVideoNotesPlugin.java +++ b/OsmAnd/src/net/osmand/plus/audionotes/AudioVideoNotesPlugin.java @@ -801,6 +801,7 @@ public class AudioVideoNotesPlugin extends OsmandPlugin { final boolean contains = par.getAllViews().contains(recordControl); if(!contains) { par.addStackView(recordControl); + mapActivity.getMapView().refreshMap(true); } AccessibleToast.makeText(mapActivity, R.string.recording_is_recorded, Toast.LENGTH_LONG).show(); recordControl.setOnClickListener(new View.OnClickListener() {