[mob][photos] Move

This commit is contained in:
laurenspriem
2024-08-28 10:19:39 +02:00
parent b922d135c5
commit 61c1847d75
2 changed files with 4 additions and 2 deletions

View File

@@ -189,9 +189,8 @@ class MLIndexingIsolate {
/// Analyzes the given image data by running the full pipeline for faces, using [_analyzeImageSync] in the isolate.
Future<MLResult?> analyzeImage(
FileMLInstruction instruction,
String filePath,
) async {
final String filePath = await getImagePathForML(instruction.file);
final Stopwatch stopwatch = Stopwatch()..start();
late MLResult result;