Merge pull request #6660 from francois2metz/fix_quick_action_location

Fix the resulting position when using a quick action.
This commit is contained in:
vshcherb 2019-03-14 13:57:56 +01:00 committed by GitHub
commit 5c9b68c54f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -420,8 +420,8 @@ public class MapQuickActionLayer extends OsmandMapLayer implements QuickActionRe
@Override
public void onActionSelected(QuickAction action) {
setLayerState(false);
QuickActionFactory.produceAction(action).execute(mapActivity);
setLayerState(false);
}
public PointF getMovableCenterPoint(RotatedTileBox tb) {