This commit is contained in:
fullwall 2012-03-02 19:20:38 +08:00
parent b019763675
commit 5af2a7ee84

View File

@ -75,6 +75,6 @@ public class GenericWaypointCallback extends NavigationCallback {
public void onProviderChanged() {
itr = provider.iterator();
dest = null;
dest = itr.hasNext() ? itr.next().getLocation() : null;
}
}