[mob][photos] Show (hidden)
in file info for hidden persons
This commit is contained in:
parent
8c27eb59ce
commit
95ba8a368b
1 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,7 @@ class ClusterFeedbackService {
|
|||
}
|
||||
|
||||
Future<void> hideCluster(int clusterID) async {
|
||||
await PersonService.instance.addPerson('hidden', clusterID, isHidden: true);
|
||||
await PersonService.instance.addPerson('(hidden)', clusterID, isHidden: true);
|
||||
Bus.instance.fire(PeopleChangedEvent());
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue