mirror of
https://github.com/immich-app/immich.git
synced 2024-12-28 22:51:59 +00:00
chore(mobile): clean up (#3256)
This commit is contained in:
parent
2d4e2af629
commit
ea3d01ec62
1 changed files with 2 additions and 1 deletions
|
@ -93,7 +93,8 @@ Future<Isar> loadDb() async {
|
|||
DuplicatedAssetSchema,
|
||||
LoggerMessageSchema,
|
||||
ETagSchema,
|
||||
Platform.isAndroid ? AndroidDeviceAssetSchema : IOSDeviceAssetSchema,
|
||||
if (Platform.isAndroid) AndroidDeviceAssetSchema,
|
||||
if (Platform.isIOS) IOSDeviceAssetSchema,
|
||||
],
|
||||
directory: dir.path,
|
||||
maxSizeMiB: 256,
|
||||
|
|
Loading…
Reference in a new issue