forked from organicmaps/organicmaps-tmp
[android-auto] Use new api to deselect circle on the map
Signed-off-by: Andrew Shkrob <andrew.shkrob.social@yandex.by>
This commit is contained in:
parent
9c9e4c5e21
commit
c656bad518
1 changed files with 2 additions and 3 deletions
|
@ -279,8 +279,7 @@ public class PlaceScreen extends BaseMapScreen implements OnBackPressedCallback.
|
|||
@Override
|
||||
public void onBuiltRoute()
|
||||
{
|
||||
// TODO: It is required to call this method to deactivate the popup. Unfortunately, due to the latest changes, calling this method cancels route building.
|
||||
// Framework.nativeDeactivatePopup();
|
||||
Framework.nativeDeactivateMapSelectionCircle();
|
||||
mMapObject = mRoutingController.getEndPoint();
|
||||
invalidate();
|
||||
}
|
||||
|
@ -288,7 +287,7 @@ public class PlaceScreen extends BaseMapScreen implements OnBackPressedCallback.
|
|||
@Override
|
||||
public void onPlanningCancelled()
|
||||
{
|
||||
Framework.nativeDeactivatePopup();
|
||||
Framework.nativeDeactivateMapSelectionCircle();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Reference in a new issue