From 2cee052f3f4176f2a9bc99a42320a4f4e33f6b40 Mon Sep 17 00:00:00 2001 From: laurenspriem Date: Tue, 7 Jan 2025 19:59:14 +0100 Subject: [PATCH] [mob][photos] Comment --- mobile/lib/ui/viewer/file_details/face_widget.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/lib/ui/viewer/file_details/face_widget.dart b/mobile/lib/ui/viewer/file_details/face_widget.dart index 69811b5eb3..243ff860b9 100644 --- a/mobile/lib/ui/viewer/file_details/face_widget.dart +++ b/mobile/lib/ui/viewer/file_details/face_widget.dart @@ -71,7 +71,7 @@ class _FaceWidgetState extends State { name: "FaceWidget", ); if (widget.person == null && widget.clusterID == null) { - // Get faceID and double check that it doesn't belong to an existing clusterID. If it does, push that cluster page + // Double check that it doesn't belong to an existing clusterID. final existingClusterID = await MLDataDB.instance .getClusterIDForFaceID(widget.face.faceID); if (existingClusterID != null) {