[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:
Andrew Shkrob 2024-07-31 20:08:45 +02:00 committed by Alexander Borsuk
parent 9c9e4c5e21
commit c656bad518

View file

@ -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