sort then save
This commit is contained in:
parent
3f89693212
commit
fd58effdf0
1 changed files with 1 additions and 1 deletions
|
@ -166,8 +166,8 @@ public class FavouritesDbHelper {
|
|||
cachedFavoritePoints.add(p);
|
||||
}
|
||||
if (saveImmediately) {
|
||||
saveCurrentPointsIntoFile();
|
||||
sortAll();
|
||||
saveCurrentPointsIntoFile();
|
||||
}
|
||||
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue