[mob][photos] Show "Add name" for clusters in discovery tab

This commit is contained in:
laurenspriem 2024-05-09 19:57:15 +05:30
parent b74a572f1a
commit 5c85fe764a

View file

@ -276,21 +276,12 @@ class SearchExample extends StatelessWidget {
routeToPage(context, PeoplePage(person: result));
}
},
child: Row(
mainAxisAlignment: MainAxisAlignment.center,
children: [
const Icon(
Icons.add_circle_outline_outlined,
size: 12,
),
Text(
" name",
maxLines: 1,
textAlign: TextAlign.center,
overflow: TextOverflow.ellipsis,
style: getEnteTextTheme(context).mini,
),
],
child: Text(
"Add name",
maxLines: 1,
textAlign: TextAlign.center,
overflow: TextOverflow.ellipsis,
style: getEnteTextTheme(context).mini,
),
)
: Text(