Merge branch 'master' of github.com:osmandapp/Osmand

This commit is contained in:
Victor Shcherb 2018-04-16 01:01:44 +02:00
commit f644a24f49
2 changed files with 1 additions and 1 deletions

View file

@ -109,6 +109,7 @@ public class TravelDbHelper {
}
}
}
localDataHelper.refreshCachedData();
}
public File getSelectedTravelBook() {

View file

@ -32,7 +32,6 @@ public class TravelLocalDataHelper {
TravelLocalDataHelper(OsmandApplication app) {
dbHelper = new WikivoyageLocalDataDbHelper(app);
refreshCachedData();
}
public void refreshCachedData() {