Skip to content

Commit

Permalink
Save some cycles
Browse files Browse the repository at this point in the history
  • Loading branch information
sonora authored May 5, 2024
1 parent 9eec8e1 commit 9285010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OsmAnd/src/net/osmand/plus/track/helpers/GpxDbHelper.java
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public void loadGpxItems() {
items.forEach(item -> {
File file = item.getFile();
if (fileExistenceMap.get(file)) {
putToCache(item);
dataItems.put(file, item); // putToCache
} else {
remove(file);
}
Expand Down

0 comments on commit 9285010

Please sign in to comment.