forked from organicmaps/organicmaps-tmp
[android-auto] Fix route building
Signed-off-by: Andrew Shkrob <andrew.shkrob.social@yandex.by>
This commit is contained in:
parent
3eae1ff9f1
commit
26e5cd67f9
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue