sort then save

This commit is contained in:
sonora 2016-02-26 01:55:27 +01:00
parent 3f89693212
commit fd58effdf0

View file

@ -166,8 +166,8 @@ public class FavouritesDbHelper {
cachedFavoritePoints.add(p);
}
if (saveImmediately) {
saveCurrentPointsIntoFile();
sortAll();
saveCurrentPointsIntoFile();
}
return true;