[mob][photos] Show "Add name" for clusters in discovery tab
This commit is contained in:
parent
b74a572f1a
commit
5c85fe764a
1 changed files with 6 additions and 15 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Reference in a new issue