[mob][photos] Don't show memory count twice for clusters

This commit is contained in:
laurenspriem 2024-05-08 11:47:44 +05:30
parent ee9eaedd99
commit 9ff4fc1b81

View file

@ -819,7 +819,8 @@ class SearchService {
for (final clusterId in sortedClusterIds) {
final files = clusterIdToFiles[clusterId]!;
// final String clusterName = "ID:$clusterId, ${files.length}";
final String clusterName = "${files.length}";
// final String clusterName = "${files.length}";
const String clusterName = "";
if (clusterIDToPersonID[clusterId] != null) {
throw Exception(