mirror of
https://github.com/immich-app/immich.git
synced 2026-05-22 23:52:32 -04:00
style(mobile): format files #2
This commit is contained in:
@@ -43,12 +43,7 @@ class ViewIntentAssetResolver {
|
||||
final TimelineFactory _timelineFactory;
|
||||
static final Logger _logger = Logger('ViewIntentAssetResolver');
|
||||
|
||||
const ViewIntentAssetResolver(
|
||||
this._ref,
|
||||
this._localAssetRepository,
|
||||
this._nativeSyncApi,
|
||||
this._timelineFactory,
|
||||
);
|
||||
const ViewIntentAssetResolver(this._ref, this._localAssetRepository, this._nativeSyncApi, this._timelineFactory);
|
||||
|
||||
Future<ViewIntentResolvedAsset> resolve(ViewIntentPayload attachment) async {
|
||||
final localAssetId = attachment.localAssetId;
|
||||
|
||||
Reference in New Issue
Block a user