interim test
This commit is contained in:
parent
cb2e3ba243
commit
397ba72f1c
1 changed files with 2 additions and 2 deletions
|
@ -140,13 +140,13 @@ public class SavingTrackHelper extends SQLiteOpenHelper {
|
|||
boolean has = q.moveToFirst() && (getLastTrackPointTime() > 0L);
|
||||
q.close();
|
||||
if (has) {
|
||||
return true;
|
||||
// return true;
|
||||
}
|
||||
q = db.query(false, POINT_NAME, new String[0], null, null, null, null, null, null);
|
||||
has = q.moveToFirst() && (getLastTrackPointTime() > 0L);
|
||||
q.close();
|
||||
if (has) {
|
||||
return true;
|
||||
// return true;
|
||||
}
|
||||
} finally {
|
||||
db.close();
|
||||
|
|
Loading…
Reference in a new issue