Fix #5716
This commit is contained in:
parent
dff30ed5bc
commit
330ea7fa57
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ public class FavouritesDbHelper {
|
||||||
}
|
}
|
||||||
sortAll();
|
sortAll();
|
||||||
recalculateCachedFavPoints();
|
recalculateCachedFavPoints();
|
||||||
if (changed) {
|
if (changed || !getExternalFile().exists()) {
|
||||||
saveCurrentPointsIntoFile();
|
saveCurrentPointsIntoFile();
|
||||||
}
|
}
|
||||||
favouritesUpdated();
|
favouritesUpdated();
|
||||||
|
|
Loading…
Reference in a new issue