This commit is contained in:
Alex Sytnyk 2018-07-23 17:33:12 +03:00
parent dff30ed5bc
commit 330ea7fa57

View file

@ -87,7 +87,7 @@ public class FavouritesDbHelper {
}
sortAll();
recalculateCachedFavPoints();
if (changed) {
if (changed || !getExternalFile().exists()) {
saveCurrentPointsIntoFile();
}
favouritesUpdated();