diff --git a/mobile/lib/ui/viewer/file_details/faces_item_widget.dart b/mobile/lib/ui/viewer/file_details/faces_item_widget.dart index 0e31960fd..ed2fb0f12 100644 --- a/mobile/lib/ui/viewer/file_details/faces_item_widget.dart +++ b/mobile/lib/ui/viewer/file_details/faces_item_widget.dart @@ -142,7 +142,7 @@ class _FacesItemWidgetState extends State { final faceWidgets = []; // 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) {