Fix writing gpx file
This commit is contained in:
parent
aa97a49ce8
commit
c896b4714a
1 changed files with 1 additions and 1 deletions
|
@ -381,7 +381,7 @@ public class SavingTrackHelper extends SQLiteOpenHelper {
|
|||
it.remove();
|
||||
}
|
||||
}
|
||||
if (file.tracks.size() == 0) {
|
||||
if (file.isEmpty()) {
|
||||
datesToRemove.add(entry.getKey());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue