mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
feat(mobile): image caching & viewer improvements (#4095)
This commit is contained in:
committed by
GitHub
parent
63b6a71ebd
commit
1c02e1dadf
8
mobile/lib/shared/cache/widgets_binding.dart
vendored
Normal file
8
mobile/lib/shared/cache/widgets_binding.dart
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import 'package:flutter/widgets.dart';
|
||||
|
||||
import 'custom_image_cache.dart';
|
||||
|
||||
final class ImmichWidgetsBinding extends WidgetsFlutterBinding {
|
||||
@override
|
||||
ImageCache createImageCache() => CustomImageCache();
|
||||
}
|
||||
Reference in New Issue
Block a user