fix posting of erroneous posts after 30s

itemized2sql
Georg Lukas 2010-08-08 19:41:50 +02:00
rodzic 1ec4448f4a
commit 471008b913
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -132,7 +132,7 @@ class AprsService extends Service with LocationListener {
if (awaitingSpdCourse == null)
speedBearingStart()
awaitingSpdCourse = location
false
return false
} else if (awaitingSpdCourse != null && hasSpdBrg) {
speedBearingEnd(false)
}