Skip to content
This repository has been archived by the owner on Jul 22, 2019. It is now read-only.

Pause walking while stack evolving + DoubleFix #1206

Merged
merged 16 commits into from
Aug 24, 2016

Conversation

FrancYescO
Copy link
Contributor

@FrancYescO FrancYescO commented Aug 22, 2016

Fix
#1142
#1183 (#1049 too probably)

@@ -105,7 +104,7 @@ class WalkToStartPokestop(val startPokeStop: Pokestop) : Task {
return
}
val timeout = 200L
val coordinatesList = getRouteCoordinates(ctx.lat.get(), ctx.lng.get(), startPokeStop.latitude, startPokeStop.longitude, settings, ctx.geoApiContext ?: GeoApiContext())
val coordinatesList = getRouteCoordinates(ctx.lat.get(), ctx.lng.get(), startPokeStop.latitude, startPokeStop.longitude, settings, ctx.geoApiContext!!)
Copy link
Collaborator

@Sieberkev Sieberkev Aug 22, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This caused a NullPointerException before (should be fixed in #1199 and #1192)

Copy link
Contributor Author

@FrancYescO FrancYescO Aug 22, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, i fixed in Bot.kt cleaner :)

@Sieberkev Sieberkev merged commit 9c10786 into jabbink:develop Aug 24, 2016
@FrancYescO FrancYescO deleted the fixes branch August 24, 2016 20:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants