Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
cb2e3ba243
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ public class SavingTrackHelper extends SQLiteOpenHelper {
|
|||
return true;
|
||||
}
|
||||
q = db.query(false, POINT_NAME, new String[0], null, null, null, null, null, null);
|
||||
has = q.moveToFirst();
|
||||
has = q.moveToFirst() && (getLastTrackPointTime() > 0L);
|
||||
q.close();
|
||||
if (has) {
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue