[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 3eae1ff9f1
commit 26e5cd67f9

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();
}