mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix(mobile): Fixed iOS 16 overflow cache and memory leaked in gallery viewer. (#700)
This commit is contained in:
parent
6b3f8e548d
commit
47b73a5b64
12 changed files with 76 additions and 125 deletions
|
|
@ -177,10 +177,8 @@ class AssetResponseDto {
|
|||
// Note 2: this code is stripped in release mode!
|
||||
// assert(() {
|
||||
// requiredKeys.forEach((key) {
|
||||
// assert(json.containsKey(key),
|
||||
// 'Required key "AssetResponseDto[$key]" is missing from JSON.');
|
||||
// assert(json[key] != null,
|
||||
// 'Required key "AssetResponseDto[$key]" has a null value in JSON.');
|
||||
// assert(json.containsKey(key), 'Required key "AssetResponseDto[$key]" is missing from JSON.');
|
||||
// assert(json[key] != null, 'Required key "AssetResponseDto[$key]" has a null value in JSON.');
|
||||
// });
|
||||
// return true;
|
||||
// }());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue