Fix issue with updating altitude
This commit is contained in:
parent
3c8604317e
commit
e24f43d685
1 changed files with 2 additions and 0 deletions
|
@ -611,6 +611,8 @@ public class DownloadIndexesThread {
|
|||
}
|
||||
}
|
||||
}
|
||||
} else {
|
||||
oldItemSize = app.getAppPath(item.getTargetFileName()).length();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue