This commit is contained in:
Neeraj Gupta 2024-05-20 17:30:57 +05:30
parent ee7c1bafc3
commit 57e9ef10af

View file

@ -142,7 +142,7 @@ class _FacesItemWidgetState extends State<FacesItemWidget> {
final faceWidgets = <FaceWidget>[];
// await generation of the face crops here, so that the file info shows one central loading spinner
final test = await getRelevantFaceCrops(faces);
final _ = await getRelevantFaceCrops(faces);
final faceCrops = getRelevantFaceCrops(faces);
for (final Face face in faces) {