Fix the resulting position when using a quick action.
Should fix #6508.
This commit is contained in:
parent
e1392212db
commit
2ef320548e
1 changed files with 1 additions and 1 deletions
|
@ -420,8 +420,8 @@ public class MapQuickActionLayer extends OsmandMapLayer implements QuickActionRe
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onActionSelected(QuickAction action) {
|
public void onActionSelected(QuickAction action) {
|
||||||
setLayerState(false);
|
|
||||||
QuickActionFactory.produceAction(action).execute(mapActivity);
|
QuickActionFactory.produceAction(action).execute(mapActivity);
|
||||||
|
setLayerState(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
public PointF getMovableCenterPoint(RotatedTileBox tb) {
|
public PointF getMovableCenterPoint(RotatedTileBox tb) {
|
||||||
|
|
Loading…
Reference in a new issue