You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once you create a waypoint and clear it, then the Toast warning pops up correctly. But if you hit start waypoints, after connecting phone but before creating any first waypoint, the app crashes:
AndroidRuntime [E] FATAL EXCEPTION: Thread-1991
AndroidRuntime [E] Process: com.platypus.android.tablet, PID: 4639
AndroidRuntime [E] java.lang.NullPointerException: Attempt to invoke virtual method 'java.util.ArrayList com.platypus.android.tablet.Path.Path.getPoints()' on a
null object reference
AndroidRuntime [E] at com.platypus.android.tablet.TeleOpPanel$35.run(TeleOpPanel.java:2563)
The text was updated successfully, but these errors were encountered:
Once you create a waypoint and clear it, then the Toast warning pops up correctly. But if you hit start waypoints, after connecting phone but before creating any first waypoint, the app crashes:
AndroidRuntime [E] FATAL EXCEPTION: Thread-1991
AndroidRuntime [E] Process: com.platypus.android.tablet, PID: 4639
AndroidRuntime [E] java.lang.NullPointerException: Attempt to invoke virtual method 'java.util.ArrayList com.platypus.android.tablet.Path.Path.getPoints()' on a
null object reference
AndroidRuntime [E] at com.platypus.android.tablet.TeleOpPanel$35.run(TeleOpPanel.java:2563)
The text was updated successfully, but these errors were encountered: