Reset distance after track saved to SD card
This commit is contained in:
parent
1059fb0553
commit
c939ffecc7
1 changed files with 1 additions and 0 deletions
|
@ -165,6 +165,7 @@ public class SavingTrackHelper extends SQLiteOpenHelper {
|
|||
// db.execSQL("DELETE FROM " + TRACK_NAME + " WHERE 1 = 1", new Object[] { }); //$NON-NLS-1$ //$NON-NLS-2$
|
||||
// db.execSQL("DELETE FROM " + POINT_NAME + " WHERE 1 = 1", new Object[] { }); //$NON-NLS-1$ //$NON-NLS-2$
|
||||
}
|
||||
distance = 0;
|
||||
return warnings;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue