diff --git a/mobile/lib/ui/viewer/people/person_cluster_suggestion.dart b/mobile/lib/ui/viewer/people/person_cluster_suggestion.dart index 54ff9975e8..7ca68596da 100644 --- a/mobile/lib/ui/viewer/people/person_cluster_suggestion.dart +++ b/mobile/lib/ui/viewer/people/person_cluster_suggestion.dart @@ -319,26 +319,6 @@ class _PersonClustersState extends State { ], ), ), - // const SizedBox( - // height: 24.0, - // ), - // ButtonWidget( - // shouldSurfaceExecutionStates: false, - // buttonType: ButtonType.neutral, - // labelText: 'Assign different person', - // buttonSize: ButtonSize.small, - // onTap: () async { - // final result = await showAssignPersonAction( - // context, - // clusterID: clusterID, - // ); - // if (result != null && - // (result is (PersonEntity, EnteFile) || - // result is PersonEntity)) { - // await _rejectSuggestion(clusterID, numberOfSuggestions); - // } - // }, - // ), ], ); // Precompute face thumbnails for next suggestions, in case there are