You've already forked immich
mirror of
https://github.com/immich-app/immich.git
synced 2025-07-06 06:07:29 +02:00
refactor(mobile): remove shared module (#9363)
This commit is contained in:
8
mobile/lib/utils/cache/widgets_binding.dart
vendored
Normal file
8
mobile/lib/utils/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