Fix bug with layer selection
This commit is contained in:
parent
d43b31f28f
commit
4be2bf814f
1 changed files with 1 additions and 1 deletions
|
@ -559,7 +559,7 @@ public class MapInfoLayer extends OsmandMapLayer {
|
|||
progressBar.setOnClickListener(new View.OnClickListener() {
|
||||
@Override
|
||||
public void onClick(View v) {
|
||||
map.backToLocationImpl();
|
||||
map.getMapLayers().selectMapLayer(view);
|
||||
}
|
||||
});
|
||||
fl.addView(progressBar, fparams);
|
||||
|
|
Loading…
Reference in a new issue