mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix/cache read write error ios16 (#691)
* Fix(mobile) cache read/write issue, cannot load image on ios16 * Update
This commit is contained in:
parent
8d8944705c
commit
7e8bf94543
20 changed files with 83 additions and 132 deletions
|
|
@ -15,7 +15,6 @@ class CacheSettings extends HookConsumerWidget {
|
|||
@override
|
||||
Widget build(BuildContext context, WidgetRef ref) {
|
||||
final CacheService cacheService = ref.watch(cacheServiceProvider);
|
||||
|
||||
final clearCacheState = useState(false);
|
||||
|
||||
Future<void> clearCache() async {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue