[mob][photos] Don't show memory count twice for clusters
This commit is contained in:
parent
ee9eaedd99
commit
9ff4fc1b81
1 changed files with 2 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Reference in a new issue