mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
Switch to lazyBox
This commit is contained in:
parent
d310c77fc8
commit
d08475d5af
6 changed files with 23 additions and 22 deletions
|
|
@ -27,9 +27,9 @@ const String backupRequireWifi = "immichBackupRequireWifi"; // Key 2
|
|||
const String backupRequireCharging = "immichBackupRequireCharging"; // Key 3
|
||||
|
||||
// Asset cache
|
||||
const String assetListCacheBox = "assetListCacheBox";
|
||||
const String assetListCacheBox = "assetListCacheBoxl";
|
||||
const String assetListCachedAssets = "assetListCachedAssets";
|
||||
|
||||
// Album cache
|
||||
const String albumListCacheBox = "albumListCacheBox";
|
||||
const String albumListCacheBox = "albumListCacheBoxl";
|
||||
const String albumListCachedAssets = "albumListCachedAssets";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue