Skip to content

App crashes when "X" button is clicked. #396

@AceBurgundy

Description

@AceBurgundy

I noticed that this problem only occurs when I have these 2 lines of code or only the first line.

_controller.buildRoute(waypoints);
_controller.startNavigation();

This code works but the app crashes if I forcibly cancel the navigation using the "X" button in the navigation view.
Only when removing these 2 code will fix the issue but also removing the initial route created. Meaning I now have to manually click on where I have to go.

After I went through the packaged and copied the SampleNavigationApp() screen, the same problem also happens.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions