[mob][photos] Comment

This commit is contained in:
laurenspriem
2025-01-07 19:59:14 +01:00
parent af42576e45
commit 2cee052f3f

View File

@@ -71,7 +71,7 @@ class _FaceWidgetState extends State<FaceWidget> {
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) {