[android-auto] Fix route building

Signed-off-by: Andrew Shkrob <andrew.shkrob.social@yandex.by>
This commit is contained in:
Andrew Shkrob 2024-07-28 23:17:12 +02:00 committed by Alexander Borsuk
parent bb64ec49e7
commit 4ddf89eedc

View file

@ -279,7 +279,8 @@ public class PlaceScreen extends BaseMapScreen implements OnBackPressedCallback.
@Override
public void onBuiltRoute()
{
Framework.nativeDeactivatePopup();
// 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();
mMapObject = mRoutingController.getEndPoint();
invalidate();
}