0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-02-18 01:24:26 -05:00

Update mobile/lib/widgets/search/person_name_edit_form.dart

Co-authored-by: Nicholas Flamy <30300649+NicholasFlamy@users.noreply.github.com>
This commit is contained in:
Samo Hribar 2025-02-08 20:59:02 +01:00 committed by GitHub
parent bfc8f026eb
commit b03a4c104f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -98,7 +98,7 @@ class PersonNameEditForm extends HookConsumerWidget {
content: SizedBox(
width: MediaQuery.of(context).size.width * 0.6,
height: filteredContacts.value.isEmpty
? 80
? 64
: MediaQuery.of(context).size.height * 0.4,
child: Column(
children: [