[mob][photos] Make add new person better tapable

This commit is contained in:
laurenspriem 2024-05-13 13:46:00 +05:30
parent 1f2c3f73df
commit d7bd735f7b

View file

@ -211,6 +211,7 @@ class _PersonActionSheetState extends State<PersonActionSheet> {
itemBuilder: (context, index) {
if (index == 0 && shouldShowAddPerson) {
return GestureDetector(
behavior: HitTestBehavior.opaque,
child: const NewPersonItemWidget(),
onTap: () async => {
addNewPerson(