mirror of
https://github.com/ente-io/ente.git
synced 2025-08-08 07:28:26 +00:00
[mob] Clean up
This commit is contained in:
parent
3f6f031cfe
commit
92f6d027db
@ -319,26 +319,6 @@ class _PersonClustersState extends State<PersonReviewClusterSuggestion> {
|
||||
],
|
||||
),
|
||||
),
|
||||
// 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user