This commit is contained in:
Neeraj Gupta 2025-01-09 17:04:33 +05:30
parent feb9414636
commit c49aeb0be8
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,6 @@
import "dart:async";
import "package:flutter/material.dart";
import "package:intl/intl.dart";
import "package:photos/generated/l10n.dart";
import "package:photos/l10n/l10n.dart";
import "package:photos/service_locator.dart";

View File

@ -174,7 +174,8 @@ Future<List<FileMLInstruction>> getFilesForMlIndexing() async {
}
}
_logger.info(
'Chececking index for ${filesOwnedByOthers.length} owned by others');
'Chececking index for ${filesOwnedByOthers.length} owned by others',
);
return [...splitResult.matched, ...filesOwnedByOthers];
}
return splitResult.matched;